kg.apc.cmdtools
Class AbstractCMDTool

java.lang.Object
  extended by kg.apc.cmdtools.AbstractCMDTool
Direct Known Subclasses:
HelloWorldTool, PluginsCMD

public abstract class AbstractCMDTool
extends Object

Author:
undera

Constructor Summary
AbstractCMDTool()
           
 
Method Summary
protected  int getLogicValue(String string)
           
protected abstract  int processParams(ListIterator args)
           
protected abstract  void showHelp(PrintStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCMDTool

public AbstractCMDTool()
Method Detail

getLogicValue

protected int getLogicValue(String string)

processParams

protected abstract int processParams(ListIterator args)
                              throws UnsupportedOperationException,
                                     IllegalArgumentException
Throws:
UnsupportedOperationException
IllegalArgumentException

showHelp

protected abstract void showHelp(PrintStream os)


Copyright © 2013. All Rights Reserved.