Class ArtifactMetadata

java.lang.Object
org.apache.maven.repository.metadata.ArtifactMetadata

@Deprecated public class ArtifactMetadata extends Object
Deprecated.
Artifact Metadata that is resolved independent of Artifact itself.
  • Field Details

    • groupId

      protected String groupId
      Deprecated.
      standard glorified artifact coordinates
    • artifactId

      protected String artifactId
      Deprecated.
    • version

      protected String version
      Deprecated.
    • type

      protected String type
      Deprecated.
    • artifactScope

      protected ArtifactScopeEnum artifactScope
      Deprecated.
    • classifier

      protected String classifier
      Deprecated.
    • why

      protected String why
      Deprecated.
      explanation: why this MD was chosen over its siblings in the resulting structure (classpath for now)
    • dependencies

      protected Collection<ArtifactMetadata> dependencies
      Deprecated.
      dependencies of the artifact behind this metadata
    • uri

      protected String uri
      Deprecated.
      metadata URI
    • resolved

      protected boolean resolved
      Deprecated.
      is metadata found anywhere
    • artifactExists

      protected boolean artifactExists
      Deprecated.
      does the actual artifact for this metadata exists
    • artifactUri

      protected String artifactUri
      Deprecated.
      artifact URI
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toDomainString

      public String toDomainString()
      Deprecated.
    • getGroupId

      public String getGroupId()
      Deprecated.
    • setGroupId

      public void setGroupId(String groupId)
      Deprecated.
    • getArtifactId

      public String getArtifactId()
      Deprecated.
    • setArtifactId

      public void setArtifactId(String name)
      Deprecated.
    • getVersion

      public String getVersion()
      Deprecated.
    • setVersion

      public void setVersion(String version)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • getCheckedType

      public String getCheckedType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getArtifactScope

      public ArtifactScopeEnum getArtifactScope()
      Deprecated.
    • setArtifactScope

      public void setArtifactScope(ArtifactScopeEnum artifactScope)
      Deprecated.
    • setScope

      public void setScope(String scope)
      Deprecated.
    • getClassifier

      public String getClassifier()
      Deprecated.
    • setClassifier

      public void setClassifier(String classifier)
      Deprecated.
    • isResolved

      public boolean isResolved()
      Deprecated.
    • setResolved

      public void setResolved(boolean resolved)
      Deprecated.
    • getUri

      public String getUri()
      Deprecated.
    • setUri

      public void setUri(String uri)
      Deprecated.
    • getScope

      public String getScope()
      Deprecated.
    • getScopeAsEnum

      public ArtifactScopeEnum getScopeAsEnum()
      Deprecated.
    • isArtifactExists

      public boolean isArtifactExists()
      Deprecated.
    • setArtifactExists

      public void setArtifactExists(boolean artifactExists)
      Deprecated.
    • getDependencies

      public Collection<ArtifactMetadata> getDependencies()
      Deprecated.
    • setDependencies

      public void setDependencies(Collection<ArtifactMetadata> dependencies)
      Deprecated.
    • getArtifactUri

      public String getArtifactUri()
      Deprecated.
    • setArtifactUri

      public void setArtifactUri(String artifactUri)
      Deprecated.
    • getWhy

      public String getWhy()
      Deprecated.
    • setWhy

      public void setWhy(String why)
      Deprecated.
    • getError

      public String getError()
      Deprecated.
    • setError

      public void setError(String error)
      Deprecated.
    • isError

      public boolean isError()
      Deprecated.
    • getDependencyConflictId

      public String getDependencyConflictId()
      Deprecated.