Package de.unkrig.commons.text

Helpers for text-related tasks.

See:
          Description

Interface Summary
Printer A very generic interface for applications to "print messages".
 

Class Summary
AbstractPrinter A basic implementation of the Printer interface.
CamelCase A collection of utility methods related to camel case.
CommandLineUtil Utility methods for processing command line arguments.
LevelFilteredPrinter Filters messages by their level; by default only LevelFilteredPrinter.info(String) and higher are printed.
Printers Manages the "context printer".
StreamPrinter A printer that prints its messages to two OutputStreams.
StringStream<EX extends Exception> 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
 

Exception Summary
StringStream.UnexpectedElementException Indication that a string is not as expected.
 

Package de.unkrig.commons.text Description

Helpers for text-related tasks.