Uses of Class
org.apache.maven.plugin.MojoExecution

Packages that use MojoExecution
org.apache.maven.plugin   
org.apache.maven.script.ant   
 

Uses of MojoExecution in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin with parameters of type MojoExecution
 void MojoExecution.addMojoExecution(MojoExecution execution)
           
 void PluginManager.executeMojo(MavenProject project, MojoExecution execution, MavenSession session)
           
 void DefaultPluginManager.executeMojo(MavenProject project, MojoExecution mojoExecution, MavenSession session)
           
 MavenReport PluginManager.getReport(MavenProject project, MojoExecution mojoExecution, MavenSession session)
           
 MavenReport DefaultPluginManager.getReport(MavenProject project, MojoExecution mojoExecution, MavenSession session)
           
 

Constructors in org.apache.maven.plugin with parameters of type MojoExecution
PluginParameterExpressionEvaluator(MavenSession context, MojoExecution mojoExecution, PathTranslator pathTranslator, org.codehaus.plexus.logging.Logger logger, MavenProject project, Properties properties)
           
 

Uses of MojoExecution in org.apache.maven.script.ant
 

Methods in org.apache.maven.script.ant that return MojoExecution
 MojoExecution AntMojoWrapper.getMojoExecution()
           
 

Methods in org.apache.maven.script.ant with parameters of type MojoExecution
 void AntMojoWrapper.setMojoExecution(MojoExecution mojoExecution)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.