Class ProcessRunner

    • Constructor Detail

      • ProcessRunner

        public ProcessRunner()
    • Method Detail

      • getProcessParameters

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

        protected ProcessFailureException missingArgException​(java.lang.String processId,
                                                              java.lang.String varname)
        Since:
        5.6
      • areArgumentsMatchingRequiredParameters

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

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

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