org.apache.qpid.tools.messagestore.commands
Class List

java.lang.Object
  extended by org.apache.qpid.tools.messagestore.commands.AbstractCommand
      extended by org.apache.qpid.tools.messagestore.commands.List
All Implemented Interfaces:
Command

public class List
extends AbstractCommand


Field Summary
 
Fields inherited from class org.apache.qpid.tools.messagestore.commands.AbstractCommand
_console, _tool
 
Constructor Summary
List(MessageStoreTool tool)
           
 
Method Summary
 void execute(String... args)
           
 String getCommand()
           
 String help()
           
 void setOutput(Console out)
           
 String usage()
           
 
Methods inherited from class org.apache.qpid.tools.messagestore.commands.AbstractCommand
commandError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

List

public List(MessageStoreTool tool)
Method Detail

setOutput

public void setOutput(Console out)
Specified by:
setOutput in interface Command
Overrides:
setOutput in class AbstractCommand

help

public String help()
Specified by:
help in interface Command
Specified by:
help in class AbstractCommand

usage

public String usage()
Specified by:
usage in interface Command
Specified by:
usage in class AbstractCommand

getCommand

public String getCommand()
Specified by:
getCommand in interface Command
Specified by:
getCommand in class AbstractCommand

execute

public void execute(String... args)
Specified by:
execute in interface Command
Specified by:
execute in class AbstractCommand


Licensed to the Apache Software Foundation