org.apache.avalon.excalibur.cli
Interface ParserControl

All Known Implementing Classes:
AbstractParserControl

Deprecated. Toolkit deprecated and replaced by http://spice.sourceforge.net/cli/

public interface ParserControl

ParserControl is used to control particular behaviour of the parser.

Since:
4.0
Version:
$Revision: 1.5 $ $Date: 2003/04/11 10:25:53 $
Author:
Peter Donald
See Also:
AbstractParserControl

Method Summary
 boolean isFinished(int lastOptionCode)
          Deprecated. Called by the parser to determine whether it should stop after last option parsed.
 

Method Detail

isFinished

public boolean isFinished(int lastOptionCode)
Deprecated. 
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.