Class VariableExclusion

    • Constructor Detail

      • VariableExclusion

        public VariableExclusion()
    • Method Detail

      • getVariableName

        public java.lang.String getVariableName()
        The variable name.
      • setVariableName

        public void setVariableName​(java.lang.String variableName)
        The variable name.
      • getOperation

        public VariableExclusionOperation getOperation()
        The operation to be performed on the variable.

        It can be EXCLUDE_ENTIRELY to exclude the variable (name and value) from the install scripts, install logs, response files, and installer debug output, can be EXCLUDE_VALUE to exclude only the variable value from those files or can be ENCRYPT_VALUE to store the variable value encrypted.
      • setOperation

        public void setOperation​(VariableExclusionOperation operation)
        The operation to be performed on the variable.

        It can be EXCLUDE_ENTIRELY to exclude the variable (name and value) from the install scripts, install logs, response files, and installer debug output, can be EXCLUDE_VALUE to exclude only the variable value from those files or can be ENCRYPT_VALUE to store the variable value encrypted.