org.apache.avalon.excalibur.cli
Interface ParserControl
- All Known Implementing Classes:
- AbstractParserControl
- public interface ParserControl
ParserControl is used to control particular behaviour of the parser.
- Since:
- 4.0
- Version:
- $Revision: 1.4 $ $Date: 2003/03/22 12:46:22 $
- Author:
- Peter Donald
- See Also:
AbstractParserControl
Method Summary |
boolean |
isFinished(int lastOptionCode)
Called by the parser to determine whether it should stop
after last option parsed. |
isFinished
public boolean isFinished(int lastOptionCode)
- Called by the parser to determine whether it should stop
after last option parsed.
- Parameters:
lastOptionCode
- the code of last option parsed
- Returns:
- return true to halt, false to continue parsing
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.