Package io.quarkus.registry.config
Interface RegistryDescriptorConfig
-
- All Known Subinterfaces:
RegistryDescriptorConfig.Mutable
- All Known Implementing Classes:
RegistryDescriptorConfigImpl,RegistryDescriptorConfigImpl.Builder
public interface RegistryDescriptorConfigConfiguration 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 Modifier and Type Interface Description static interfaceRegistryDescriptorConfig.Mutable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static RegistryDescriptorConfig.Mutablebuilder()io.quarkus.maven.dependency.ArtifactCoordsgetArtifact()Coordinates of the registry descriptor artifact in the registry.default RegistryDescriptorConfig.Mutablemutable()Return a mutable copy of this configuration
-
-
-
Method Detail
-
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
default RegistryDescriptorConfig.Mutable mutable()
Return a mutable copy of this configuration
-
builder
static RegistryDescriptorConfig.Mutable builder()
- Returns:
- a new mutable instance
-
-