Interface | Description |
---|---|
OutputHandler<E> |
Handles an output of type
E . |
Parser<T,U> |
A generic parsing class that parses an input of type
U to an output of type T . |
Class | Description |
---|---|
CommonLogFormatHandlerImpl |
A
String output handler. |
CommonLogFormatParserImpl |
A Common Log Format
Parser implementation. |
Exception | Description |
---|---|
ParseException |
Thrown to indicates that a method cannot perform an input parsing to an output format.
|
Copyright © 2019. All rights reserved.