org.apache.commons.cli.avalon
abstract public class: AbstractParserControl [javadoc |
source]
java.lang.Object
org.apache.commons.cli.avalon.AbstractParserControl
All Implemented Interfaces:
ParserControl
Class to inherit from so when in future when new controls are added clients
will no have to implement them.
Method from org.apache.commons.cli.avalon.AbstractParserControl Summary: |
---|
isFinished |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.cli.avalon.AbstractParserControl Detail: |
public boolean isFinished(int lastOptionCode) {
return false;
}
By default always continue parsing by returning false. |