Class ProcessRunner

    • Constructor Detail

      • ProcessRunner

        public ProcessRunner()
    • Method Detail

      • getProcessParameters

        public ProcessParameter[] getProcessParameters()
        Returns the Process Parameters.
      • areArgumentsMatchingRequiredParameters

        protected final boolean areArgumentsMatchingRequiredParameters​(ProcessArgument[] args)
        Checks the whether the arguments are matching the required parameters.
      • getArgumentsMismatchMessage

        public String getArgumentsMismatchMessage​(ProcessArgument[] args)
        Return the String containing the mismatching message if the arguments are not matching the required parameters.
      • getProcessMessage

        protected final String getProcessMessage​(String processId,
                                                 int code,
                                                 String msg)
        Returns the process message based on the parameters.