Class OBF
java.lang.Object
org.jpos.q2.cli.OBF
- All Implemented Interfaces:
CLICommand
Obfuscate a secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] args) Executes the CLI command.voidusage(CLIContext cli) Prints command usage tocli.
-
Constructor Details
-
OBF
public OBF()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
cli- the CLI contextargs- command arguments- Throws:
Exception- on error
-
usage
Prints command usage tocli.- Parameters:
cli- the CLI context to write to
-