Uses of Class
net.morimekta.console.args.ArgumentList
-
Packages that use ArgumentList Package Description net.morimekta.console.args -
-
Uses of ArgumentList in net.morimekta.console.args
Methods in net.morimekta.console.args with parameters of type ArgumentList Modifier and Type Method Description int
Argument. apply(ArgumentList args)
abstract int
BaseArgument. apply(ArgumentList args)
Try to apply to the argument.abstract int
BaseOption. apply(ArgumentList args)
Parse the argument list, including the argument string that triggered the call.int
Flag. apply(ArgumentList args)
int
Option. apply(ArgumentList args)
int
Property. apply(ArgumentList args)
int
SubCommandSet. apply(ArgumentList args)
abstract int
BaseOption. applyShort(java.lang.String opts, ArgumentList args)
When handling a list of short options, except for the last short option.int
Flag. applyShort(java.lang.String opts, ArgumentList args)
int
Option. applyShort(java.lang.String opts, ArgumentList args)
int
Property. applyShort(java.lang.String opts, ArgumentList args)
void
ArgumentParser. parse(ArgumentList args)
Parse arguments from the main method.Constructors in net.morimekta.console.args with parameters of type ArgumentList Constructor Description ArgumentList(ArgumentList copy)
-