public interface Parent extends Option
Modifier and Type | Method and Description |
---|---|
void |
processParent(WriteableCommandLine commandLine,
ListIterator args)
Processes the parent part of the Option.
|
appendUsage, canProcess, canProcess, defaults, findOption, getDescription, getId, getParent, getPreferredName, getPrefixes, getTriggers, helpLines, isRequired, process, setParent, validate
void processParent(WriteableCommandLine commandLine, ListIterator args) throws OptionException
commandLine
- the CommandLine to write results toargs
- a ListIterator over argument strings positioned at the next
argument to processOptionException
- if an error occurs while processingOption.process(WriteableCommandLine, ListIterator)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.