org.apache.avalon.excalibur.cli
Class AbstractParserControl
java.lang.Object
|
+--org.apache.avalon.excalibur.cli.AbstractParserControl
- All Implemented Interfaces:
- ParserControl
Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/cli/
- public abstract class AbstractParserControl
- extends Object
- implements ParserControl
Class to inherit from so when in future when new controls are added
clients will no have to implement them.
- Since:
- 4.0
- Version:
- $Revision: 1.5 $ $Date: 2003/04/11 10:25:52 $
- Author:
- Peter Donald
- See Also:
ParserControl
Method Summary |
boolean |
isFinished(int lastOptionCode)
Deprecated. By default always continue parsing by returning false. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParserControl
public AbstractParserControl()
- Deprecated.
isFinished
public boolean isFinished(int lastOptionCode)
- Deprecated.
- By default always continue parsing by returning false.
- Specified by:
isFinished
in interface ParserControl
- Parameters:
lastOptionCode
- the code of last option parsed
- Returns:
- return true to halt, false to continue parsing
- See Also:
ParserControl.isFinished(int)
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.