Interface Configuration


public interface Configuration
Configuration interface
Author:
Stefano Maestri, Jesper Pedersen
  • Method Details

    • setBeanValidation

      void setBeanValidation(boolean value)
      Set if bean validation should be performed
      Parameters:
      value - The value
    • getBeanValidation

      boolean getBeanValidation()
      Should bean validation be performed
      Returns:
      True if validation; otherwise false
    • setArchiveValidation

      void setArchiveValidation(boolean value)
      Set if archive validation should be performed
      Parameters:
      value - The value
    • getArchiveValidation

      boolean getArchiveValidation()
      Should archive validation be performed
      Returns:
      True if validation; otherwise false
    • setArchiveValidationFailOnWarn

      void setArchiveValidationFailOnWarn(boolean value)
      Set if a failed warning archive validation report should fail the deployment
      Parameters:
      value - The value
    • getArchiveValidationFailOnWarn

      boolean getArchiveValidationFailOnWarn()
      Does a failed archive validation warning report fail the deployment
      Returns:
      True if failing; otherwise false
    • setArchiveValidationFailOnError

      void setArchiveValidationFailOnError(boolean value)
      Set if a failed error archive validation report should fail the deployment
      Parameters:
      value - The value
    • getArchiveValidationFailOnError

      boolean getArchiveValidationFailOnError()
      Does a failed archive validation error report fail the deployment
      Returns:
      True if failing; otherwise false
    • setDefaultBootstrapContext

      @Deprecated void setDefaultBootstrapContext(CloneableBootstrapContext value)
      Deprecated.
      Set the default bootstrap context
      Parameters:
      value - The value
    • getDefaultBootstrapContext

      @Deprecated CloneableBootstrapContext getDefaultBootstrapContext()
      Deprecated.
      Get the default bootstrap context
      Returns:
      The handle
    • setBootstrapContexts

      @Deprecated void setBootstrapContexts(Map<String,CloneableBootstrapContext> value)
      Deprecated.
      Set the bootstrap context map
      Parameters:
      value - The value
    • getBootstrapContexts

      Deprecated.
      Get the bootstrap context map
      Returns:
      The handle