Class ECHO
java.lang.Object
org.jpos.q2.cli.ECHO
- All Implemented Interfaces:
CLICommand
CLI command that prints its argument back to the console.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] args) Executes the CLI command.
-
Constructor Details
-
ECHO
public ECHO()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
-