Class ArtifactInfo

  • All Implemented Interfaces:
    Artifact

    public class ArtifactInfo
    extends BaseArtifact
    Basic information about an artifact that can be obtained from a repository without actually loading the whole artifact.
    Author:
    burgetr
    • Constructor Detail

      • ArtifactInfo

        public ArtifactInfo​(org.eclipse.rdf4j.model.IRI parentIri)
    • Method Detail

      • getArtifactType

        public org.eclipse.rdf4j.model.IRI getArtifactType()
        Description copied from interface: Artifact
        Gets the artifact type.
        Returns:
        the IRI of the artifact type.
      • setArtifactType

        public void setArtifactType​(org.eclipse.rdf4j.model.IRI artifactType)