Uses of Class
org.codehaus.groovy.maven.common.ArtifactItem

Packages that use ArtifactItem
org.codehaus.groovy.maven.plugin   
org.codehaus.groovy.maven.plugin.execute   
 

Uses of ArtifactItem in org.codehaus.groovy.maven.plugin
 

Fields in org.codehaus.groovy.maven.plugin declared as ArtifactItem
protected  ArtifactItem[] CompilerMojoSupport.classpath
          Additional artifacts to add to the classpath (in addition to the classpath which is picked up from the executing poms configuration).
 

Methods in org.codehaus.groovy.maven.plugin that return ArtifactItem
protected  ArtifactItem[] MojoSupport.getUserClassspathElements()
           
protected  ArtifactItem[] CompilerMojoSupport.getUserClassspathElements()
           
 

Methods in org.codehaus.groovy.maven.plugin with parameters of type ArtifactItem
protected  org.apache.maven.artifact.Artifact MojoSupport.createArtifact(ArtifactItem item)
          Create a new artifact.
protected  org.apache.maven.artifact.Artifact MojoSupport.getArtifact(ArtifactItem item)
          Resolves the Artifact from the remote repository if nessessary.
 

Uses of ArtifactItem in org.codehaus.groovy.maven.plugin.execute
 

Methods in org.codehaus.groovy.maven.plugin.execute that return ArtifactItem
protected  ArtifactItem[] ExecuteMojo.getUserClassspathElements()
           
 



Copyright © 2006-2008 Codehaus. All Rights Reserved.