Uses of Interface
org.apache.maven.artifact.factory.ArtifactFactory

Packages that use ArtifactFactory
org.apache.maven.artifact.factory   
org.apache.maven.project   
org.apache.maven.project.artifact   
 

Uses of ArtifactFactory in org.apache.maven.artifact.factory
 

Classes in org.apache.maven.artifact.factory that implement ArtifactFactory
 class DefaultArtifactFactory
           
 

Uses of ArtifactFactory in org.apache.maven.project
 

Methods in org.apache.maven.project with parameters of type ArtifactFactory
 Set<Artifact> MavenProject.createArtifacts(ArtifactFactory artifactFactory, String inheritedScope, ArtifactFilter filter)
          Deprecated. 
 

Uses of ArtifactFactory in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact with parameters of type ArtifactFactory
static Set<Artifact> MavenMetadataSource.createArtifacts(ArtifactFactory artifactFactory, List<Dependency> dependencies, String inheritedScope, ArtifactFilter dependencyFilter, MavenProject project)
          Deprecated. 
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.