Class RegistryArtifactConfigImpl

    • Field Detail

      • disabled

        protected final boolean disabled
      • artifact

        protected final io.quarkus.maven.dependency.ArtifactCoords artifact
    • Constructor Detail

      • RegistryArtifactConfigImpl

        protected RegistryArtifactConfigImpl​(boolean disabled,
                                             io.quarkus.maven.dependency.ArtifactCoords artifact)
    • Method Detail

      • isDisabled

        public boolean isDisabled()
        Description copied from interface: RegistryArtifactConfig
        Whether this catalog artifact is not supported by the registry or should simply be disabled on the client side.
        Specified by:
        isDisabled in interface RegistryArtifactConfig
        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: RegistryArtifactConfig
        Catalog artifact coordinates in the registry.
        Specified by:
        getArtifact in interface RegistryArtifactConfig
        Returns:
        catalog artifact coordinates in the registry
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object