Class EXIT
java.lang.Object
org.jpos.q2.cli.EXIT
- All Implemented Interfaces:
CLICommand
CLI command that exits the CLI shell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext ctx, String[] strings) Executes the CLI command.
-
Constructor Details
-
EXIT
public EXIT()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
ctx- the CLI contextstrings- command arguments- Throws:
Exception- on error
-