- getArgument() - Method in class org.apache.commons.cli.avalon.CLOption
-
Retrieve argument to option if it takes arguments.
- getArgument(int) - Method in class org.apache.commons.cli.avalon.CLOption
-
Retrieve indexed argument to option if it takes arguments.
- getArgumentById(int) - Method in class org.apache.commons.cli.avalon.CLArgsParser
-
Retrieve the
CLOption
with specified id, or
null
if no command line option is found.
- getArgumentByName(String) - Method in class org.apache.commons.cli.avalon.CLArgsParser
-
Retrieve the
CLOption
with specified name, or
null
if no command line option is found.
- getArgumentCount() - Method in class org.apache.commons.cli.avalon.CLOption
-
Get number of arguments.
- getArguments() - Method in class org.apache.commons.cli.avalon.CLArgsParser
-
Retrieve a list of options that were parsed from command list.
- getDescription() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
-
Retrieve textual description.
- getDescriptor() - Method in class org.apache.commons.cli.avalon.CLOption
-
- getErrorString() - Method in class org.apache.commons.cli.avalon.CLArgsParser
-
Retrieve an error message that occured during parsing if one existed.
- getFlags() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
-
Retrieve flags about option.
- getId() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
-
Retrieve the id for option.
- getIncompatible() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
-
Get the array of incompatible option ids.
- getName() - Method in class org.apache.commons.cli.avalon.CLOptionDescriptor
-
Retrieve name of option which is also text for long option.
- getUnparsedArgs() - Method in class org.apache.commons.cli.avalon.CLArgsParser
-
Retrieve an array of arguments that have not been parsed
due to the parser halting.