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.7 $ $Date: 2002/03/21 11:00:40 $
- 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-2002 Apache Jakarta Project. All Rights Reserved."