Class RegistriesConfigImpl

    • Method Detail

      • isDebug

        public boolean isDebug()
        Description copied from interface: RegistriesConfig
        Enables or disables registry client debug mode.
        Specified by:
        isDebug in interface RegistriesConfig
        Returns:
        true if the debug mode should be enabled, otherwise - false
      • getRegistries

        public List<RegistryConfig> getRegistries()
        Description copied from interface: RegistriesConfig
        A list of registries that should queried when generating catalogs of platforms and extensions.
        Specified by:
        getRegistries in interface RegistriesConfig
        Returns:
        list of registries that should queried when generating catalogs of platforms and extensions
      • persist

        public void persist()
                     throws IOException
        Description copied from interface: RegistriesConfig
        Persist this configuration to the original source (if possible). Does nothing for configurations read from environment variables.
        Specified by:
        persist in interface RegistriesConfig
        Throws:
        IOException - if the source file can not be written to.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object