Class DecryptCommand
- java.lang.Object
-
- org.apache.activemq.console.command.AbstractCommand
-
- org.apache.activemq.console.command.EncryptCommand
-
- org.apache.activemq.console.command.DecryptCommand
-
- All Implemented Interfaces:
Command
public class DecryptCommand extends EncryptCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]
helpFile
-
Fields inherited from class org.apache.activemq.console.command.AbstractCommand
COMMAND_OPTION_DELIMETER, context
-
-
Constructor Summary
Constructors Constructor Description DecryptCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getOneLineDescription()
protected void
runTask(List<String> tokens)
Run the specific task.-
Methods inherited from class org.apache.activemq.console.command.EncryptCommand
handleOption, printHelp
-
Methods inherited from class org.apache.activemq.console.command.AbstractCommand
execute, handleException, parseOptions, printHelpFromFile, setCommandContext
-
-
-
-
Field Detail
-
helpFile
protected String[] helpFile
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceCommand
- Overrides:
getName
in classEncryptCommand
-
getOneLineDescription
public String getOneLineDescription()
- Specified by:
getOneLineDescription
in interfaceCommand
- Overrides:
getOneLineDescription
in classEncryptCommand
-
runTask
protected void runTask(List<String> tokens) throws Exception
Description copied from class:AbstractCommand
Run the specific task.- Overrides:
runTask
in classEncryptCommand
- Parameters:
tokens
- - command arguments- Throws:
Exception
-
-