|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionException | |
---|---|
org.apache.commons.cli2 | |
org.apache.commons.cli2.commandline | |
org.apache.commons.cli2.option | |
org.apache.commons.cli2.util |
Uses of OptionException in org.apache.commons.cli2 |
---|
Methods in org.apache.commons.cli2 that throw OptionException | |
---|---|
void |
Option.process(WriteableCommandLine commandLine,
ListIterator args)
Processes String arguments into a CommandLine. |
void |
Parent.processParent(WriteableCommandLine commandLine,
ListIterator args)
Processes the parent part of the Option. |
void |
Argument.processValues(WriteableCommandLine commandLine,
ListIterator args,
Option option)
Processes the "README" style element of the argument. |
void |
Option.validate(WriteableCommandLine commandLine)
Checks that the supplied CommandLine is valid with respect to this option. |
void |
Argument.validate(WriteableCommandLine commandLine,
Option option)
Performs any necessary validation on the values added to the CommandLine. |
Uses of OptionException in org.apache.commons.cli2.commandline |
---|
Methods in org.apache.commons.cli2.commandline that throw OptionException | |
---|---|
CommandLine |
Parser.parse(String[] arguments)
Parse the arguments according to the specified options and properties. |
Uses of OptionException in org.apache.commons.cli2.option |
---|
Methods in org.apache.commons.cli2.option that throw OptionException | |
---|---|
void |
PropertyOption.process(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
ParentImpl.process(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
GroupImpl.process(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
ArgumentImpl.process(WriteableCommandLine commandLine,
ListIterator args)
|
void |
Command.processParent(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
DefaultOption.processParent(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
Switch.processParent(WriteableCommandLine commandLine,
ListIterator arguments)
|
void |
ArgumentImpl.processValues(WriteableCommandLine commandLine,
ListIterator arguments,
Option option)
|
void |
Command.validate(WriteableCommandLine commandLine)
|
void |
DefaultOption.validate(WriteableCommandLine commandLine)
|
void |
ParentImpl.validate(WriteableCommandLine commandLine)
|
void |
GroupImpl.validate(WriteableCommandLine commandLine)
|
void |
ArgumentImpl.validate(WriteableCommandLine commandLine)
|
void |
Switch.validate(WriteableCommandLine commandLine)
|
void |
SourceDestArgument.validate(WriteableCommandLine commandLine,
Option option)
|
void |
ArgumentImpl.validate(WriteableCommandLine commandLine,
Option option)
|
Uses of OptionException in org.apache.commons.cli2.util |
---|
Methods in org.apache.commons.cli2.util that return OptionException | |
---|---|
OptionException |
HelpFormatter.getException()
|
Methods in org.apache.commons.cli2.util with parameters of type OptionException | |
---|---|
void |
HelpFormatter.setException(OptionException exception)
Sets the exception to document |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |