Class ResourcesConfig.Builder

    • Method Detail

      • setDisabledResourceProviders

        public abstract ResourcesConfig.Builder setDisabledResourceProviders​(Set<String> disabledResourceProviders)
        Sets the fully qualified class names of ResourceProvider implementations that are found on the classpath but should be disabled.
        Parameters:
        disabledResourceProviders - the fully qualified class names of ResourceProvider implementations that are found on the classpath but should be disabled.
        Returns:
        this.
      • build

        public ResourcesConfig build()
        Builds and returns a ResourcesConfig with the desired values.
        Returns:
        a ResourcesConfig with the desired values.