Uses of Interface
io.quarkus.registry.config.RegistryConfig
-
Packages that use RegistryConfig Package Description io.quarkus.registry io.quarkus.registry.client io.quarkus.registry.client.maven io.quarkus.registry.config -
-
Uses of RegistryConfig in io.quarkus.registry
Methods in io.quarkus.registry with parameters of type RegistryConfig Modifier and Type Method Description RegistryClientFactoryExtensionCatalogResolver.Builder. loadFromArtifact(RegistryConfig config, Object providerValue) -
Uses of RegistryConfig in io.quarkus.registry.client
Fields in io.quarkus.registry.client declared as RegistryConfig Modifier and Type Field Description protected RegistryConfigRegistryClientDispatcher. configMethods in io.quarkus.registry.client that return RegistryConfig Modifier and Type Method Description RegistryConfigRegistryClientDispatcher. resolveRegistryConfig()RegistryConfigRegistryConfigResolver. resolveRegistryConfig()Returns the complete registry configuration.Methods in io.quarkus.registry.client with parameters of type RegistryConfig Modifier and Type Method Description RegistryClientRegistryClientFactory. buildRegistryClient(RegistryConfig config)Constructors in io.quarkus.registry.client with parameters of type RegistryConfig Constructor Description RegistryClientDispatcher(RegistryConfig config, RegistryPlatformsResolver platforms, RegistryPlatformExtensionsResolver platformExtensions, RegistryNonPlatformExtensionsResolver nonPlatformExtensions)RegistryClientDispatcher(RegistryConfig config, RegistryPlatformsResolver platforms, RegistryPlatformExtensionsResolver platformExtensions, RegistryNonPlatformExtensionsResolver nonPlatformExtensions, RegistryCache registryCache) -
Uses of RegistryConfig in io.quarkus.registry.client.maven
Methods in io.quarkus.registry.client.maven with parameters of type RegistryConfig Modifier and Type Method Description RegistryClientMavenRegistryClientFactory. buildRegistryClient(RegistryConfig config)Constructors in io.quarkus.registry.client.maven with parameters of type RegistryConfig Constructor Description MavenRegistryCache(RegistryConfig config, MavenRegistryArtifactResolver resolver, MessageWriter log) -
Uses of RegistryConfig in io.quarkus.registry.config
Subinterfaces of RegistryConfig in io.quarkus.registry.config Modifier and Type Interface Description static interfaceRegistryConfig.MutableClasses in io.quarkus.registry.config that implement RegistryConfig Modifier and Type Class Description classRegistryConfigImplAsymmetric data manipulation: Deserialization always uses the builder.static classRegistryConfigImpl.BuilderFields in io.quarkus.registry.config with type parameters of type RegistryConfig Modifier and Type Field Description protected List<RegistryConfig>RegistriesConfigImpl.Builder. registriesMethods in io.quarkus.registry.config that return RegistryConfig Modifier and Type Method Description RegistryConfigRegistryConfig.Mutable. build()static RegistryConfigRegistryConfig. defaultConfig()Get the default registrystatic RegistryConfigRegistryConfig. fromFile(Path path)Read config from the specified filestatic RegistryConfigRegistriesConfigLocator. getDefaultRegistry()Returns the default registry client configuration which should be used in case no configuration file was found in the user's environment.Methods in io.quarkus.registry.config that return types with arguments of type RegistryConfig Modifier and Type Method Description List<RegistryConfig>RegistriesConfig. getRegistries()A list of registries that should queried when generating catalogs of platforms and extensions.List<RegistryConfig>RegistriesConfigImpl.Builder. getRegistries()List<RegistryConfig>RegistriesConfigImpl. getRegistries()Methods in io.quarkus.registry.config with parameters of type RegistryConfig Modifier and Type Method Description booleanRegistriesConfig.Mutable. addRegistry(RegistryConfig config)Add a registry to the configurationbooleanRegistriesConfigImpl.Builder. addRegistry(RegistryConfig config)RegistriesConfig.MutableRegistriesConfig.Mutable. setRegistry(RegistryConfig config)RegistriesConfigImpl.BuilderRegistriesConfigImpl.Builder. setRegistry(RegistryConfig config)Method parameters in io.quarkus.registry.config with type arguments of type RegistryConfig Modifier and Type Method Description RegistriesConfig.MutableRegistriesConfig.Mutable. setRegistries(List<RegistryConfig> registries)RegistriesConfigImpl.BuilderRegistriesConfigImpl.Builder. setRegistries(List<RegistryConfig> registries)
-