Package io.quarkus.registry.config
Interface RegistryDescriptorConfig
- All Known Subinterfaces:
RegistryDescriptorConfig.Mutable
- All Known Implementing Classes:
RegistryDescriptorConfigImpl,RegistryDescriptorConfigImpl.Builder
public interface RegistryDescriptorConfig
Configuration related to resolution of the registry descriptor.
Registry descriptor represents the default client configuration to communicate with the registry
that can be customized, if necessary, on the client side.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()io.quarkus.maven.dependency.ArtifactCoordsCoordinates of the registry descriptor artifact in the registry.default RegistryDescriptorConfig.Mutablemutable()Return a mutable copy of this configuration
-
Method Details
-
getArtifact
io.quarkus.maven.dependency.ArtifactCoords getArtifact()Coordinates of the registry descriptor artifact in the registry.- Returns:
- coordinates of the registry descriptor artifact in the registry
-
mutable
Return a mutable copy of this configuration -
builder
- Returns:
- a new mutable instance
-