Uses of Interface
org.apache.qpid.tools.utils.CommandParser

Packages that use CommandParser
org.apache.qpid.tools.utils   
 

Uses of CommandParser in org.apache.qpid.tools.utils
 

Classes in org.apache.qpid.tools.utils that implement CommandParser
 class SimpleCommandParser
           
 

Fields in org.apache.qpid.tools.utils declared as CommandParser
protected  CommandParser SimpleConsole._parser
          Parser for command-line input.
 

Methods in org.apache.qpid.tools.utils that return CommandParser
 CommandParser Console.getCommandParser()
           
 CommandParser SimpleConsole.getCommandParser()
           
 

Methods in org.apache.qpid.tools.utils with parameters of type CommandParser
 void Console.setCommandParser(CommandParser parser)
           
 void SimpleConsole.setCommandParser(CommandParser parser)
           
 



Licensed to the Apache Software Foundation