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 Link icon

    • groupId Link icon

      protected String groupId
      Deprecated.
      standard glorified artifact coordinates
    • artifactId Link icon

      protected String artifactId
      Deprecated.
    • version Link icon

      protected String version
      Deprecated.
    • type Link icon

      protected String type
      Deprecated.
    • artifactScope Link icon

      protected ArtifactScopeEnum artifactScope
      Deprecated.
    • classifier Link icon

      protected String classifier
      Deprecated.
    • why Link icon

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

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

      protected String uri
      Deprecated.
      metadata URI
    • resolved Link icon

      protected boolean resolved
      Deprecated.
      is metadata found anywhere
    • artifactExists Link icon

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

      protected String artifactUri
      Deprecated.
      artifact URI
  • Constructor Details Link icon

  • Method Details Link icon

    • toString Link icon

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

      public String toDomainString()
      Deprecated.
    • getGroupId Link icon

      public String getGroupId()
      Deprecated.
    • setGroupId Link icon

      public void setGroupId(String groupId)
      Deprecated.
    • getArtifactId Link icon

      public String getArtifactId()
      Deprecated.
    • setArtifactId Link icon

      public void setArtifactId(String name)
      Deprecated.
    • getVersion Link icon

      public String getVersion()
      Deprecated.
    • setVersion Link icon

      public void setVersion(String version)
      Deprecated.
    • getType Link icon

      public String getType()
      Deprecated.
    • getCheckedType Link icon

      public String getCheckedType()
      Deprecated.
    • setType Link icon

      public void setType(String type)
      Deprecated.
    • getArtifactScope Link icon

      public ArtifactScopeEnum getArtifactScope()
      Deprecated.
    • setArtifactScope Link icon

      public void setArtifactScope(ArtifactScopeEnum artifactScope)
      Deprecated.
    • setScope Link icon

      public void setScope(String scope)
      Deprecated.
    • getClassifier Link icon

      public String getClassifier()
      Deprecated.
    • setClassifier Link icon

      public void setClassifier(String classifier)
      Deprecated.
    • isResolved Link icon

      public boolean isResolved()
      Deprecated.
    • setResolved Link icon

      public void setResolved(boolean resolved)
      Deprecated.
    • getUri Link icon

      public String getUri()
      Deprecated.
    • setUri Link icon

      public void setUri(String uri)
      Deprecated.
    • getScope Link icon

      public String getScope()
      Deprecated.
    • getScopeAsEnum Link icon

      public ArtifactScopeEnum getScopeAsEnum()
      Deprecated.
    • isArtifactExists Link icon

      public boolean isArtifactExists()
      Deprecated.
    • setArtifactExists Link icon

      public void setArtifactExists(boolean artifactExists)
      Deprecated.
    • getDependencies Link icon

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

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

      public String getArtifactUri()
      Deprecated.
    • setArtifactUri Link icon

      public void setArtifactUri(String artifactUri)
      Deprecated.
    • getWhy Link icon

      public String getWhy()
      Deprecated.
    • setWhy Link icon

      public void setWhy(String why)
      Deprecated.
    • getError Link icon

      public String getError()
      Deprecated.
    • setError Link icon

      public void setError(String error)
      Deprecated.
    • isError Link icon

      public boolean isError()
      Deprecated.
    • getDependencyConflictId Link icon

      public String getDependencyConflictId()
      Deprecated.