Interface RegistriesConfig.Mutable

    • Method Detail

      • setDebug

        RegistriesConfig.Mutable setDebug​(boolean debug)
        Parameters:
        debug - to enable debugging for this configuration
        Returns:
        this. Use for chaining.
      • setRegistry

        RegistriesConfig.Mutable setRegistry​(String registryId)
        Parameters:
        registryId - The id to add (a RegistryConfig object will be created for it)
        Returns:
        this. Use for chaining.
      • addRegistry

        boolean addRegistry​(String registryId)
        Add a registry to the configuration
        Parameters:
        registryId - The id to add (a RegistryConfig object will be created for it)
        Returns:
        true if the registry was added
      • addRegistry

        boolean addRegistry​(RegistryConfig config)
        Add a registry to the configuration
        Parameters:
        config - A RegistryConfig object to add to the configuration
        Returns:
        true if the registry was added
      • removeRegistry

        boolean removeRegistry​(String registryId)
        Remove a registry from the configuration
        Parameters:
        registryId - The id of the registry to remove
        Returns:
        true if the registry was removed