com.notuvy.cmd
Class CommandSubSet

java.lang.Object
  extended by com.notuvy.cmd.CommandAction
      extended by com.notuvy.cmd.CommandSet
          extended by com.notuvy.cmd.CommandSubSet

public class CommandSubSet
extends CommandSet

A set of commands that for a subset under a higher level of commands. User: murali Date: Jan 2, 2008 Time: 2:04:45 PM


Field Summary
 
Fields inherited from class com.notuvy.cmd.CommandSet
CMD_HELP, CMD_VERSION
 
Fields inherited from class com.notuvy.cmd.CommandAction
LOG
 
Constructor Summary
CommandSubSet(String pName)
           
 
Method Summary
protected  boolean handle(CommandArgs pArgs)
           
 List<String> listCommands()
           
 boolean process(String[] pArgs)
           
 
Methods inherited from class com.notuvy.cmd.CommandSet
define, defineSynonym, defineVersionFrom, defineVersionFrom, execute, execute, execute, getHandled, getMap, isAllowEmpty, preliminaryCommands, processAndExecute, processNext, setAllowEmpty, toString, toUsageString
 
Methods inherited from class com.notuvy.cmd.CommandAction
constructParentCommands, getKey, getParent, isTerminated, process, setParent, setTerminated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandSubSet

public CommandSubSet(String pName)
Method Detail

listCommands

public List<String> listCommands()
Overrides:
listCommands in class CommandSet

process

public boolean process(String[] pArgs)
Overrides:
process in class CommandAction

handle

protected boolean handle(CommandArgs pArgs)
Overrides:
handle in class CommandSet


Copyright © 2013. All Rights Reserved.