Package io.quarkus.registry.config
Class RegistryArtifactConfigImpl
java.lang.Object
io.quarkus.registry.config.RegistryArtifactConfigImpl
- All Implemented Interfaces:
RegistryArtifactConfig
- Direct Known Subclasses:
RegistryNonPlatformExtensionsConfigImpl,RegistryPlatformsConfigImpl
Asymmetric data manipulation:
Deserialization always uses the builder;
Serialization always uses the Impl.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
RegistryArtifactConfig.Mutable -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRegistryArtifactConfigImpl(boolean disabled, io.quarkus.maven.dependency.ArtifactCoords artifact) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
mutable
-
Field Details
-
disabled
protected final boolean disabled -
artifact
protected final io.quarkus.maven.dependency.ArtifactCoords artifact
-
-
Constructor Details
-
RegistryArtifactConfigImpl
protected RegistryArtifactConfigImpl(boolean disabled, io.quarkus.maven.dependency.ArtifactCoords artifact)
-
-
Method Details
-
isDisabled
public boolean isDisabled()Description copied from interface:RegistryArtifactConfigWhether this catalog artifact is not supported by the registry or should simply be disabled on the client side.- Specified by:
isDisabledin interfaceRegistryArtifactConfig- Returns:
- true, if the catalog represented by this artifact should be excluded from processing
-
getArtifact
public io.quarkus.maven.dependency.ArtifactCoords getArtifact()Description copied from interface:RegistryArtifactConfigCatalog artifact coordinates in the registry.- Specified by:
getArtifactin interfaceRegistryArtifactConfig- Returns:
- catalog artifact coordinates in the registry
-
equals
-
hashCode
public int hashCode() -
toString
-