kg.apc.cmdtools
Class PluginsCMD
java.lang.Object
kg.apc.cmdtools.AbstractCMDTool
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginsCMD
public PluginsCMD()
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.