public static class Main.EncryptCmd extends Object implements BLauncherCmd
Constructor and Description |
---|
EncryptCmd() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the command.
|
String |
getName()
Retrieve the command name.
|
void |
printLongDesc(StringBuilder out)
Print the detailed description of the command.
|
void |
printUsage(StringBuilder out)
Print usgae info for the command.
|
void |
setParentCmdParser(picocli.CommandLine parentCmdParser)
Set the parent
CommandLine object to which commands are added as sub commands. |
void |
setSelfCmdParser(picocli.CommandLine selfCmdParser)
Set the
CommandLine object representing this command. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandUsageInfo
public void execute()
BLauncherCmd
execute
in interface BLauncherCmd
public String getName()
BLauncherCmd
getName
in interface BLauncherCmd
public void printLongDesc(StringBuilder out)
BLauncherCmd
printLongDesc
in interface BLauncherCmd
out
- a StringBuilder
instancepublic void printUsage(StringBuilder out)
BLauncherCmd
printUsage
in interface BLauncherCmd
out
- a StringBuilder
instancepublic void setParentCmdParser(picocli.CommandLine parentCmdParser)
BLauncherCmd
CommandLine
object to which commands are added as sub commands.setParentCmdParser
in interface BLauncherCmd
parentCmdParser
- the parent CommandLine
objectpublic void setSelfCmdParser(picocli.CommandLine selfCmdParser)
BLauncherCmd
CommandLine
object representing this command.setSelfCmdParser
in interface BLauncherCmd
selfCmdParser
- the CommandLine
object representing the commandCopyright © 2018 WSO2. All rights reserved.