kg.apc.cmdtools
Class PluginsCMD

java.lang.Object
  extended by kg.apc.cmdtools.AbstractCMDTool
      extended by kg.apc.cmdtools.PluginsCMD

public class PluginsCMD
extends AbstractCMDTool

This class used to handle all command-line stuff like parameter processing etc. All real work made by PluginsCMDWorker

Author:
undera
See Also:
PluginsCMDWorker

Constructor Summary
PluginsCMD()
           
 
Method Summary
static ListIterator argsArrayToListIterator(String[] args)
           
protected  int processParams(ListIterator args)
           
 int processParams(String[] args)
           
protected  void showHelp(PrintStream os)
           
 
Methods inherited from class kg.apc.cmdtools.AbstractCMDTool
getLogicValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginsCMD

public PluginsCMD()
Method Detail

processParams

public int processParams(String[] args)

argsArrayToListIterator

public static ListIterator argsArrayToListIterator(String[] args)

processParams

protected int processParams(ListIterator args)
                     throws UnsupportedOperationException,
                            IllegalArgumentException
Specified by:
processParams in class AbstractCMDTool
Throws:
UnsupportedOperationException
IllegalArgumentException

showHelp

protected void showHelp(PrintStream os)
Specified by:
showHelp in class AbstractCMDTool


Copyright © 2013. All Rights Reserved.