|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogReader
This interface defines the methods provided by all readers which provide access to parsing log-messages from files.
| Method Summary | |
|---|---|
LogMessage |
readNext()
Reads the next LogMessage. |
void |
setDefaults(Map<String,String> defaults)
This sets a number of default properties, which will be given to all messages created by the implementing reader. |
| Method Detail |
|---|
LogMessage readNext()
throws IOException
null if no more messages
can be read.
IOExceptionvoid setDefaults(Map<String,String> defaults)
defaults -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||