Uses of Class
org.apache.maven.plugin.dependency.fromConfiguration.ArtifactItem

Packages that use ArtifactItem
org.apache.maven.plugin.dependency.fromConfiguration   
org.apache.maven.plugin.dependency.utils.filters   
 

Uses of ArtifactItem in org.apache.maven.plugin.dependency.fromConfiguration
 

Methods in org.apache.maven.plugin.dependency.fromConfiguration with parameters of type ArtifactItem
protected  void CopyMojo.copyArtifact(ArtifactItem artifactItem)
          Resolves the artifact from the repository and copies it to the specified location.
protected  org.apache.maven.artifact.Artifact AbstractFromConfigurationMojo.getArtifact(ArtifactItem artifactItem)
          Resolves the Artifact from the remote repository if nessessary.
protected  ArtifactItemFilter CopyMojo.getMarkedArtifactFilter(ArtifactItem item)
           
 

Uses of ArtifactItem in org.apache.maven.plugin.dependency.utils.filters
 

Methods in org.apache.maven.plugin.dependency.utils.filters with parameters of type ArtifactItem
 boolean MarkerFileFilter.okToProcess(ArtifactItem item)
           
 boolean ArtifactItemFilter.okToProcess(ArtifactItem item)
           
 boolean DestFileFilter.okToProcess(ArtifactItem item)
           
 boolean ResolveFileFilter.okToProcess(ArtifactItem item)
           
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.