org.apache.avalon.excalibur.cli
Class AbstractParserControl

java.lang.Object
  |
  +--org.apache.avalon.excalibur.cli.AbstractParserControl
All Implemented Interfaces:
ParserControl

public abstract class AbstractParserControl
extends java.lang.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
Author:
Peter Donald

Constructor Summary
AbstractParserControl()
           
 
Method Summary
 boolean isFinished(int lastOptionCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParserControl

public AbstractParserControl()
Method Detail

isFinished

public boolean isFinished(int lastOptionCode)
Specified by:
isFinished in interface ParserControl


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.