Package io.quarkus.registry.config
Interface RegistryMavenConfig
- All Known Subinterfaces:
RegistryMavenConfig.Mutable
- All Known Implementing Classes:
RegistryMavenConfigImpl,RegistryMavenConfigImpl.Builder
public interface RegistryMavenConfig
Registry Maven related configuration the client should use
to communicate with the registry.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RegistryMavenConfig.Mutablebuilder()Registry Maven repository configuration.default RegistryMavenConfig.Mutablemutable()
-
Method Details
-
getRepository
RegistryMavenRepoConfig getRepository()Registry Maven repository configuration.- Returns:
- registry Maven repository configuration
-
mutable
- Returns:
- a mutable copy of this configuration
-
builder
- Returns:
- a new mutable instance
-