Class | Description |
---|---|
AbstractBooleanOption |
This is the base class for boolean option implementations.
|
AbstractClassOption |
This option defines a className as argument.
|
AbstractDimensionOption |
This option returns a Dimension object.
|
AbstractDirectoryOption |
This option defines a target directory.
|
AbstractDoubleOption |
This option returns a Double value
|
AbstractFileOption |
This option returns a File object
|
AbstractIntegerOption |
This option returns an Integer object
|
AbstractLocationOption |
This option returns a
Point representing a location. |
AbstractPathOption |
This abstract class encapsulates the common behavior of path based subclasses.
|
AbstractStringOption |
This it the base class for all String options
|
AbstractUrlOption |
This option returns an URL instance
|
CommandLineOption<T> |
This is the base class for all command line options.
|
CommandLineParser |
This class parses the command line arguments an stores the values for the requested command line
options.
|
OptionBoolean |
This class defines a boolean option which never has an argument.
|
OptionCountry |
This class defines the command line option -country and returns a Country value.
|
OptionDimension |
This class defines the command line option -dimension, which returns a Dimension object
|
OptionLanguage |
This class defines the command line option -language and returns a Language value.
|
OptionLocale |
This class defines the command line option -locale and returns a Locale option.
|
OptionLocation |
This class defines the command line option -location, which returns a Point object
|
OptionLogDir |
This class defines the -logdir option which must have an existing directory as argument.
|
OptionOutFile |
This class defines the option -outfile.
|
Exception | Description |
---|---|
CommandLineParsingException |
This Exception is thrown when the command line parsing has failed
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.