Package io.quarkus.registry.config
Class RegistriesConfigImpl
java.lang.Object
io.quarkus.registry.config.RegistriesConfigImpl
- All Implemented Interfaces:
RegistriesConfig
Top of the config hierarchy. Holder of the rest of the things.
Asymmetric data manipulation:
Deserialization always uses the builder;
Serialization always uses the Impl.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.registry.config.RegistriesConfig
RegistriesConfig.Mutable -
Method Summary
Modifier and TypeMethodDescriptionbooleanA list of registries that should queried when generating catalogs of platforms and extensions.inthashCode()booleanisDebug()Enables or disables registry client debug mode.voidpersist()Persist this configuration to the original source (if possible).toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.config.RegistriesConfig
mutable, persist
-
Method Details
-
isDebug
public boolean isDebug()Description copied from interface:RegistriesConfigEnables or disables registry client debug mode.- Specified by:
isDebugin interfaceRegistriesConfig- Returns:
- true if the debug mode should be enabled, otherwise - false
-
getRegistries
Description copied from interface:RegistriesConfigA list of registries that should queried when generating catalogs of platforms and extensions.- Specified by:
getRegistriesin interfaceRegistriesConfig- Returns:
- list of registries that should queried when generating catalogs of platforms and extensions
-
getSource
- Specified by:
getSourcein interfaceRegistriesConfig- Returns:
- ConfigSource that describes origin of this configuration
-
persist
Description copied from interface:RegistriesConfigPersist this configuration to the original source (if possible). Does nothing for configurations read from environment variables.- Specified by:
persistin interfaceRegistriesConfig- Throws:
IOException- if the source file can not be written to.
-
equals
-
hashCode
public int hashCode() -
toString
-