Uses of Class
com.notuvy.cmd.CommandSet

Packages that use CommandSet
com.notuvy.cmd The command line interpretor framework. 
com.notuvy.script Automated script generation. 
 

Uses of CommandSet in com.notuvy.cmd
 

Subclasses of CommandSet in com.notuvy.cmd
 class CommandSubSet
          A set of commands that for a subset under a higher level of commands.
 

Methods in com.notuvy.cmd that return CommandSet
 CommandSet CommandSet.define(CommandAction pAction)
          Add the given command to this set.
 CommandSet CommandSet.defineSynonym(String pSynonym, String pKey)
          Define a command as a synonym for an existing command.
 

Methods in com.notuvy.cmd with parameters of type CommandSet
 AllArgs AllArgs.addDefined(CommandSet pSet)
           
 void Commandable.configure(CommandSet pCommandSet)
           
 

Uses of CommandSet in com.notuvy.script
 

Methods in com.notuvy.script that return CommandSet
 CommandSet ScriptGenerator.getCommandSet()
           
 



Copyright © 2013. All Rights Reserved.