Class StoreExportCommand
- java.lang.Object
-
- org.apache.activemq.console.command.StoreExportCommand
-
- All Implemented Interfaces:
Command
public class StoreExportCommand extends Object implements Command
- Author:
- Hiram Chirino
-
-
Constructor Summary
Constructors Constructor Description StoreExportCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(List<String> tokens)
Execute the specified commandString
getName()
String
getOneLineDescription()
void
setCommandContext(CommandContext context)
-
-
-
Method Detail
-
setCommandContext
public void setCommandContext(CommandContext context)
- Specified by:
setCommandContext
in interfaceCommand
-
getOneLineDescription
public String getOneLineDescription()
- Specified by:
getOneLineDescription
in interfaceCommand
-
-