Uses of Class
com.continuent.tungsten.common.utils.Command

Packages that use Command
com.continuent.tungsten.common.utils   
 

Uses of Command in com.continuent.tungsten.common.utils
 

Methods in com.continuent.tungsten.common.utils that return Command
 Command CommandLineParser.parseOne(java.lang.String commandLine)
           
 Command CommandLineParser.parseOne(java.lang.String commandLine, boolean parseFlags)
           
 

Methods in com.continuent.tungsten.common.utils that return types with arguments of type Command
 java.util.Vector<Command> CommandLineParser.getCommand(jline.ConsoleReader cr, java.lang.String prompt, java.io.BufferedReader in)
           
 java.util.Vector<Command> CommandLineParser.getCommand(jline.ConsoleReader cr, java.lang.String prompt, java.io.BufferedReader in, boolean printPrompt)
           
 java.util.Vector<Command> CommandLineParser.parse(java.lang.String commandLine)
           
 java.util.Vector<Command> CommandLineParser.parse(java.lang.String commandBuf, boolean parseFlags)
          This method parses a set of tokens returned by a simple command line parser, strips out any 'meta' commands and sets the appropriate flags, and returns the 'clean' set of tokens to be processed by the command processor.