Class EncryptCommand
java.lang.Object
org.apache.activemq.console.command.AbstractCommand
org.apache.activemq.console.command.EncryptCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
DecryptCommand
-
Field Summary
FieldsFields inherited from class org.apache.activemq.console.command.AbstractCommand
COMMAND_OPTION_DELIMETER, context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()protected voidhandleOption(String token, List<String> tokens) Handle the general options for each command, which includes -h, -?protected voidPrint the help messages for the specific taskprotected voidRun the specific task.Methods inherited from class org.apache.activemq.console.command.AbstractCommand
execute, handleException, parseOptions, printHelpFromFile, setCommandContext
-
Field Details
-
helpFile
-
-
Constructor Details
-
EncryptCommand
public EncryptCommand()
-
-
Method Details
-
getName
-
getOneLineDescription
-
printHelp
protected void printHelp()Description copied from class:AbstractCommandPrint the help messages for the specific task- Specified by:
printHelpin classAbstractCommand
-
runTask
Description copied from class:AbstractCommandRun the specific task.- Specified by:
runTaskin classAbstractCommand- Parameters:
tokens- - command arguments- Throws:
Exception
-
handleOption
Description copied from class:AbstractCommandHandle the general options for each command, which includes -h, -?, --help, -D, --version.- Overrides:
handleOptionin classAbstractCommand- Parameters:
token- - option token to handletokens- - succeeding command arguments- Throws:
Exception
-