|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.icore.log.EventLogReader
public class EventLogReader
Utility for reading logs of HistoryEvents.
Constructor Summary | |
---|---|
EventLogReader()
|
Method Summary | |
---|---|
protected java.util.List<HistoryEvent> |
do_readLog(java.lang.String logFileName)
|
protected java.lang.String |
readBlock(java.io.BufferedReader in)
|
protected java.lang.String |
readLine(java.io.BufferedReader in)
|
java.util.List<HistoryEvent> |
readLog(java.lang.String logFileName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventLogReader()
Method Detail |
---|
public java.util.List<HistoryEvent> readLog(java.lang.String logFileName)
protected java.util.List<HistoryEvent> do_readLog(java.lang.String logFileName) throws java.io.IOException
java.io.IOException
protected java.lang.String readBlock(java.io.BufferedReader in)
protected java.lang.String readLine(java.io.BufferedReader in)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |