Uses of Class
com.notuvy.cmd.CommandArgs

Packages that use CommandArgs
com.notuvy.cmd The command line interpretor framework. 
 

Uses of CommandArgs in com.notuvy.cmd
 

Methods in com.notuvy.cmd that return CommandArgs
 CommandArgs AllArgs.toCommandArgs()
           
 

Methods in com.notuvy.cmd with parameters of type CommandArgs
 void DefaultedCommandable.configure(CommandArgs pArgs)
           
protected  boolean CommandSubSet.handle(CommandArgs pArgs)
           
protected  boolean CommandSet.handle(CommandArgs pArgs)
           
protected abstract  boolean CommandAction.handle(CommandArgs pArgs)
           
protected  boolean Command.handle(CommandArgs pArgs)
           
 boolean CommandAction.process(CommandArgs pArgs)
           
abstract  boolean Command.process(CommandArgs pArgs)
          The principle logic of this command.
protected  boolean CommandSet.processNext(CommandArgs pArgs)
           
 boolean SimpleExecutable.setup(CommandArgs pCommandArgs)
           
 



Copyright © 2013. All Rights Reserved.