See: Description
| Interface | Description |
|---|---|
| LineFilter |
Provides a method that can be called line by line to filter a text resource.
|
| Class | Description |
|---|---|
| App |
Provides the
main method for the LEIA executable. |
| LineFilterInputStream |
Provides an input stream that filters a text resource.
|
| LogConfigurator |
Configures the logging system.
|
| SimpleFormatter |
Provides a formatter that can be used with
java.util.logging to produce single-line log-entries that
are reasonably compact and are prefixed with a sort-proof time-stamp. |
| Exception | Description |
|---|---|
| ErrorMessage |
Provides a clean way to end the application with a message to the user.
|
Provides classes that wrap the LEIA library in an executable that can be run from the command line.
The method calls the
main
method on the bean named in the first argument to the executable. This bean must implement the
command interface.Command
The executable configures java.util.logging as a backend for the SLF4J loggers used in the library.
Copyright © 2013. All Rights Reserved.