Class DATE

java.lang.Object
org.jpos.q2.cli.DATE
All Implemented Interfaces:
CLICommand

public class DATE extends Object implements CLICommand
CLI command that prints the current date and time.
  • Constructor Details

    • DATE

      public DATE()
      Default constructor; no instance state to initialise.
  • Method Details

    • exec

      public void exec(CLIContext ctx, String[] args)
      Description copied from interface: CLICommand
      Executes the CLI command.
      Specified by:
      exec in interface CLICommand
      Parameters:
      ctx - the CLI context
      args - command arguments