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