org.apache.qpid.tools.messagestore.commands
Class List
java.lang.Object
org.apache.qpid.tools.messagestore.commands.AbstractCommand
org.apache.qpid.tools.messagestore.commands.List
- All Implemented Interfaces:
- Command
public class List
- extends AbstractCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
List
public List(MessageStoreTool tool)
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