| Interface | Description |
|---|---|
| LogMessageListener |
This interface is to be implemented by all classes which want to be notified
about the arrival of new log messages.
|
| LogReader |
This interface defines the methods provided by all readers which provide
access to parsing log-messages from files.
|
| Parser<E> |
This interface defines a simple parser definition.
|
| Class | Description |
|---|---|
| AccessLogParser | |
| AccessLogReader |
This reader reads lines from a source and parses each line with the
AccessLogParser implementation.
|
| ErrorLogParser |
A simple reader for Apache error log messages.
|
| ErrorLogReader |
A simple reader for Apache error log messages.
|
| GenericLogParser | |
| GenericLogReader | |
| GenericParser | |
| MParser | |
| MParser.Pair<K,V> | |
| ParserGenerator | |
| ParserGenerator.Token | |
| SequentialFileInputStream |
This class implements an input stream that will read from a sequence of files.
|
| TimeParser |
Copyright © 2013 jwall.org. All Rights Reserved.