Cytoscape 2.8.0 API

org.apache.commons.cli.avalon
Interface ParserControl

All Known Implementing Classes:
AbstractParserControl

public interface ParserControl

ParserControl is used to control particular behaviour of the parser.

Version:
$Revision: 1.2 $ $Date: 2005/03/18 15:26:55 $
See Also:
AbstractParserControl

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

Method Detail

isFinished

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

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.