Package io.quarkus.registry.config
Class RegistryArtifactConfigImpl
- java.lang.Object
-
- io.quarkus.registry.config.RegistryArtifactConfigImpl
-
- All Implemented Interfaces:
RegistryArtifactConfig
- Direct Known Subclasses:
RegistryNonPlatformExtensionsConfigImpl,RegistryPlatformsConfigImpl
public class RegistryArtifactConfigImpl extends Object implements RegistryArtifactConfig
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryArtifactConfigImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
RegistryArtifactConfig.Mutable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegistryArtifactConfigImpl(boolean disabled, io.quarkus.maven.dependency.ArtifactCoords artifact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.quarkus.maven.dependency.ArtifactCoordsgetArtifact()Catalog artifact coordinates in the registry.inthashCode()booleanisDisabled()Whether this catalog artifact is not supported by the registry or should simply be disabled on the client side.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
mutable
-
-
-
-
Method Detail
-
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
-
-