Package coneforest.cli
package coneforest.cli
GNU-compatible command-line options processor.
Features
- Support for either short (
-V
) or long (--version
) option forms. - Support for options with arguments (
-o file.txt
,-ofile.txt
,--output-file file.txt
,--output-file=file.txt
). - Short options can be bundled (
-xvf
). - Toggle options processing with
--
.
- Author:
- Anton Shvetz
-
ClassDescriptionBase class representing an abstract option.Base class representing an abstract option holding a list of objects.An option holding a list of
Double
values.An option holding a list ofFloat
values.An option holding a list ofInteger
values.An option holding a list ofLong
values.An option holding a list ofString
values.Class representing a counter.Class representing a flag.OptionHolder<T>Base class representing an abstract option holding an object.Class representing a toggle.Base class representing an abstract option with argument.Base class representing an abstract option without argument.Thrown when error occured during options processing.Options processor.