|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.plugin.DefaultReader
com.timeindexing.plugin.Line
com.timeindexing.plugin.FtpServerLogLine
A plugin that takes an input stream and returns a line at a time. The data is parsed as a Ftp log file, and it expects to see dates of the following format: Fri Jan 17 15:12:18 2003
Constructor Summary | |
FtpServerLogLine(java.io.BufferedReader inReader)
Construct a FtpServerLogLine plugin from a BufferedReader. |
|
FtpServerLogLine(java.io.InputStream inStream)
Construct a FtpServerLogLine plugin from an InputStream. |
|
FtpServerLogLine(java.io.Reader inReader)
Construct a FtpServerLogLine plugin from a Reader. |
Method Summary | |
protected boolean |
eofProcess()
Processing at EOF. |
protected ReaderPlugin |
init()
Initialise the plugin |
protected ReaderResult |
process(java.lang.String line)
Process the line |
Methods inherited from class com.timeindexing.plugin.Line |
read |
Methods inherited from class com.timeindexing.plugin.DefaultReader |
getInputStream, isEOF, setEOF, setInputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.timeindexing.plugin.ReaderPlugin |
getInputStream, isEOF, setEOF, setInputStream |
Constructor Detail |
public FtpServerLogLine(java.io.InputStream inStream)
public FtpServerLogLine(java.io.Reader inReader)
public FtpServerLogLine(java.io.BufferedReader inReader)
Method Detail |
protected ReaderPlugin init()
protected ReaderResult process(java.lang.String line)
process
in class Line
protected boolean eofProcess()
eofProcess
in class Line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |