| Interface | Description |
|---|---|
| Notations.Phrase |
Representation of the result of notation parsing.
|
| Printer |
A very generic interface for applications to "print messages".
|
| Class | Description |
|---|---|
| AbstractPrinter |
A basic implementation of the
Printer interface. |
| CamelCase | Deprecated
Use
Notations instead. |
| CommandLineUtil |
Utility methods for processing command line arguments.
|
| LevelFilteredPrinter |
Filters messages by their level; by default only
LevelFilteredPrinter.info(String) and higher are printed. |
| Notations |
The methods of this class (in combination of the methods of the
Notations.Phrase interface convert between various
notations. |
| Printers |
A super-simple API for managing output of different kinds.
|
| ProxyPrinter |
An
AbstractPrinter that farwards all method calls to a delegate printer. |
| StringStream<EX extends Throwable> |
An entity that allows REGEX-based analysis of the products of a delegate
ProducerWhichThrows<String>. |
| WriterPrinter |
A printer that prints its messages to two
Writers |
| Enum | Description |
|---|---|
| AbstractPrinter.Level |
The "importance levels" that a
Printer supports. |
| Exception | Description |
|---|---|
| StringStream.UnexpectedElementException |
Indication that a string is not as expected.
|
Copyright © 2018 Arno Unkrig. All rights reserved.