Uses of Interface
org.apache.maven.repository.Artifact

Packages that use Artifact
org.apache.maven.repository Repository and their held artifacts. 
 

Uses of Artifact in org.apache.maven.repository
 

Classes in org.apache.maven.repository that implement Artifact
 class AbstractArtifact
          Base class from which all artifact subclasses are derived.
 class GenericArtifact
          Generic artifact that builds its path and url information based on its associated dependency.
 class PluginArtifact
          Plugin artifact that has special knowledge of the MavenSession's plugin mechanism.
 

Methods in org.apache.maven.repository that return Artifact
static Artifact DefaultArtifactFactory.createArtifact(org.apache.maven.project.Dependency dependency)
          Return an appropriate Artifact implementation based on the dependency type.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.