|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteableCommandLine | |
---|---|
org.apache.commons.cli2 | |
org.apache.commons.cli2.commandline | |
org.apache.commons.cli2.option |
Uses of WriteableCommandLine in org.apache.commons.cli2 |
---|
Methods in org.apache.commons.cli2 with parameters of type WriteableCommandLine | |
---|---|
boolean |
Option.canProcess(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
Indicates whether this Option will be able to process the particular argument. |
boolean |
Option.canProcess(WriteableCommandLine commandLine,
java.lang.String argument)
Indicates whether this Option will be able to process the particular argument. |
void |
Option.defaults(WriteableCommandLine commandLine)
Adds defaults to a CommandLine. |
void |
Argument.defaultValues(WriteableCommandLine commandLine,
Option option)
Adds defaults to a CommandLine. |
void |
Option.process(WriteableCommandLine commandLine,
java.util.ListIterator args)
Processes String arguments into a CommandLine. |
void |
Parent.processParent(WriteableCommandLine commandLine,
java.util.ListIterator args)
Processes the parent part of the Option. |
void |
Argument.processValues(WriteableCommandLine commandLine,
java.util.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 WriteableCommandLine in org.apache.commons.cli2.commandline |
---|
Classes in org.apache.commons.cli2.commandline that implement WriteableCommandLine | |
---|---|
class |
WriteableCommandLineImpl
A WriteableCommandLine implementation allowing Options to write their processed information to a CommandLine. |
Uses of WriteableCommandLine in org.apache.commons.cli2.option |
---|
Methods in org.apache.commons.cli2.option with parameters of type WriteableCommandLine | |
---|---|
boolean |
OptionImpl.canProcess(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
boolean |
ArgumentImpl.canProcess(WriteableCommandLine commandLine,
java.lang.String arg)
|
boolean |
GroupImpl.canProcess(WriteableCommandLine commandLine,
java.lang.String arg)
|
boolean |
PropertyOption.canProcess(WriteableCommandLine commandLine,
java.lang.String argument)
|
boolean |
SourceDestArgument.canProcess(WriteableCommandLine commandLine,
java.lang.String arg)
|
boolean |
ParentImpl.canProcess(WriteableCommandLine commandLine,
java.lang.String arg)
|
boolean |
DefaultOption.canProcess(WriteableCommandLine commandLine,
java.lang.String argument)
|
void |
OptionImpl.defaults(WriteableCommandLine commandLine)
|
void |
ArgumentImpl.defaults(WriteableCommandLine commandLine)
|
void |
GroupImpl.defaults(WriteableCommandLine commandLine)
|
void |
ParentImpl.defaults(WriteableCommandLine commandLine)
|
void |
Switch.defaults(WriteableCommandLine commandLine)
|
void |
ArgumentImpl.defaultValues(WriteableCommandLine commandLine,
Option option)
|
void |
ArgumentImpl.process(WriteableCommandLine commandLine,
java.util.ListIterator args)
|
void |
GroupImpl.process(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
PropertyOption.process(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
ParentImpl.process(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
Command.processParent(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
DefaultOption.processParent(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
Switch.processParent(WriteableCommandLine commandLine,
java.util.ListIterator arguments)
|
void |
ArgumentImpl.processValues(WriteableCommandLine commandLine,
java.util.ListIterator arguments,
Option option)
|
void |
ArgumentImpl.validate(WriteableCommandLine commandLine)
|
void |
GroupImpl.validate(WriteableCommandLine commandLine)
|
void |
PropertyOption.validate(WriteableCommandLine commandLine)
|
void |
Command.validate(WriteableCommandLine commandLine)
|
void |
ParentImpl.validate(WriteableCommandLine commandLine)
|
void |
DefaultOption.validate(WriteableCommandLine commandLine)
|
void |
Switch.validate(WriteableCommandLine commandLine)
|
void |
ArgumentImpl.validate(WriteableCommandLine commandLine,
Option option)
|
void |
SourceDestArgument.validate(WriteableCommandLine commandLine,
Option option)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |