Interface IJobConfiguration

    • Method Detail

      • isValid

        boolean isValid()
        Checks if is valid.
        Returns:
        true if the configuration is valid and can be executed, false otherwise
      • getErrorMessage

        String getErrorMessage()
        Gets the error message.
        Returns:
        An error message for the user if the configuration is not valid or null if it is valid
      • setDefaults

        void setDefaults()
        Sets usefull default values for the configuration object.