Class USERDATA
java.lang.Object
org.jpos.q2.cli.builtin.USERDATA
- All Implemented Interfaces:
CLICommand
Prints the contents of the CLIContext user data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] strings) Executes the CLI command.
-
Constructor Details
-
USERDATA
public USERDATA()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 contextstrings- command arguments- Throws:
Exception- on error
-