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   
org.apache.maven.plugin.dependency.utils.markers   
 

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

Methods in org.apache.maven.plugin.dependency.fromConfiguration that return types with arguments of type ArtifactItem
 List<ArtifactItem> AbstractFromConfigurationMojo.getArtifactItems()
           
protected  List<ArtifactItem> UnpackMojo.getProcessedArtifactItems(boolean removeVersion)
           
protected  List<ArtifactItem> AbstractFromConfigurationMojo.getProcessedArtifactItems(boolean removeVersion)
          Preprocesses the list of ArtifactItems.
 

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 necessary.
protected  ArtifactItemFilter CopyMojo.getMarkedArtifactFilter(ArtifactItem item)
           
 

Method parameters in org.apache.maven.plugin.dependency.fromConfiguration with type arguments of type ArtifactItem
 void AbstractFromConfigurationMojo.setArtifactItems(List<ArtifactItem> theArtifactItems)
           
 

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 ResolveFileFilter.isArtifactIncluded(ArtifactItem item)
           
 boolean MarkerFileFilter.isArtifactIncluded(ArtifactItem item)
           
 boolean DestFileFilter.isArtifactIncluded(ArtifactItem item)
           
 boolean ArtifactItemFilter.isArtifactIncluded(ArtifactItem item)
           
 

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

Fields in org.apache.maven.plugin.dependency.utils.markers declared as ArtifactItem
protected  ArtifactItem UnpackFileMarkerHandler.artifactItem
           
 

Methods in org.apache.maven.plugin.dependency.utils.markers that return ArtifactItem
 ArtifactItem UnpackFileMarkerHandler.getArtifactItem()
           
 

Methods in org.apache.maven.plugin.dependency.utils.markers with parameters of type ArtifactItem
 void UnpackFileMarkerHandler.setArtifactItem(ArtifactItem artifactItem)
           
 

Constructors in org.apache.maven.plugin.dependency.utils.markers with parameters of type ArtifactItem
UnpackFileMarkerHandler(ArtifactItem artifactItem, File markerFilesDirectory)
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.