Uses of Class
net.morimekta.console.args.BaseOption
-
Packages that use BaseOption Package Description net.morimekta.console.args -
-
Uses of BaseOption in net.morimekta.console.args
Subclasses of BaseOption in net.morimekta.console.args Modifier and Type Class Description class
Flag
Similar toOption
, but without any value argument.class
Option
Named option that for each invocation takes a single argument value, either the next argument, or from the same argument after a '=' delimiter.class
Property
A property is an option where the value is a key-value pair, and applies the key value onto a putter.Methods in net.morimekta.console.args with type parameters of type BaseOption Modifier and Type Method Description <O extends BaseOption>
ArgumentParserArgumentParser. add(O option)
Add a command line option.Methods in net.morimekta.console.args that return types with arguments of type BaseOption Modifier and Type Method Description java.util.Comparator<BaseOption>
ArgumentOptions. getOptionComparator()
Method parameters in net.morimekta.console.args with type arguments of type BaseOption Modifier and Type Method Description ArgumentOptions
ArgumentOptions. withOptionComparator(java.util.Comparator<BaseOption> comparator)
-