|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkonark.manager.ConstructObject
ConstructObject class is a non instantiable class as it has it's default constructor made private.
Method Summary | |
static java.lang.Object |
getObject(java.lang.String eventName,
java.io.BufferedReader bufReader)
Primary function of this static function is to aid in the addition, deletion and modification of detectors. |
static java.util.Vector |
parsePatternFile(java.lang.String fileName)
Parses the patternfile and returns a vector of patternInfo read from the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.Vector parsePatternFile(java.lang.String fileName)
fileName
- Name of the file containing the patterns
public static java.lang.Object getObject(java.lang.String eventName, java.io.BufferedReader bufReader)
eventName
- Name of the event classbufReader
- Buffered Reader object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |