org.apache.commons.cli.avalon
public interface: ParserControl [javadoc |
source]
All Known Implementing Classes:
AbstractParserControl
ParserControl is used to control particular behaviour of the parser.
Method from org.apache.commons.cli.avalon.ParserControl Summary: |
---|
isFinished |
Method from org.apache.commons.cli.avalon.ParserControl Detail: |
public boolean isFinished(int lastOptionCode)
Called by the parser to determine whether it should stop after last
option parsed. |