|
__init__(self,
progress=False)
|
|
tearDown(self)
Remove reference to self in children (hoping to remove circular
dependencies)
|
|
setTime(self,
time)
Sets the time and alert all the LineAnalyzers that the time has
changed
|
|
addTimeListener(self,
listener)
|
|
listAnalyzers(self)
|
|
getAnalyzer(self,
name)
Get the LogLineAnalyzer name
|
|
addAnalyzer(self,
name,
obj)
Adds an analyzer
|
|
analyzeLine(self,
line)
Calls all the anlyzers for a line
|
|
analyze(self,
fh)
Analyzes a file (one line at a time)
|
|
goOn(self)
Checks with all the analyzers
|
|
getTime(self)
Gets the current time
|
|
setDirectory(self,
d)
Sets the output directory for all the analyzers
|
|
getDirectory(self)
Gets the output directory
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|