Package org.daisy.cli
Provides a small framework for command line UI's.
- Author:
- Joel HÃ¥kansson
-
Class Summary Class Description AbstractUI Provides an abstract base for command line UI's.AbstractUI.Argument Provides the information needed by an application argument.AbstractUI.Definition Provides a definition, that is a name and a descriptionAbstractUI.OptionalArgument Provides the information needed by an optional argument.ShortFormResolver Provides shorter names for factory identifiers, to be used in command line user interfaces. -
Enum Summary Enum Description AbstractUI.ExitCode Provides exit codes to be used by implementing classes.