Package io.quarkus.registry.config
Interface RegistryMavenConfig
-
- All Known Subinterfaces:
RegistryMavenConfig.Mutable
- All Known Implementing Classes:
RegistryMavenConfigImpl,RegistryMavenConfigImpl.Builder
public interface RegistryMavenConfigRegistry Maven related configuration the client should use to communicate with the registry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistryMavenConfig.Mutable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static RegistryMavenConfig.Mutablebuilder()RegistryMavenRepoConfiggetRepository()Registry Maven repository configuration.default RegistryMavenConfig.Mutablemutable()
-
-
-
Method Detail
-
getRepository
RegistryMavenRepoConfig getRepository()
Registry Maven repository configuration.- Returns:
- registry Maven repository configuration
-
mutable
default RegistryMavenConfig.Mutable mutable()
- Returns:
- a mutable copy of this configuration
-
builder
static RegistryMavenConfig.Mutable builder()
- Returns:
- a new mutable instance
-
-