org.apache.maven.script.ant
Class AntMojoWrapper
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.script.ant.AntMojoWrapper
- All Implemented Interfaces:
- ContextEnabled, Mojo, org.codehaus.plexus.component.MapOrientedComponent, org.codehaus.plexus.logging.LogEnabled
public class AntMojoWrapper
- extends AbstractMojo
- implements ContextEnabled, org.codehaus.plexus.component.MapOrientedComponent, org.codehaus.plexus.logging.LogEnabled
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Constructor Summary |
AntMojoWrapper(org.codehaus.plexus.component.factory.ant.AntScriptInvoker scriptInvoker)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntMojoWrapper
public AntMojoWrapper(org.codehaus.plexus.component.factory.ant.AntScriptInvoker scriptInvoker)
execute
public void execute()
throws MojoExecutionException
- Specified by:
execute
in interface Mojo
- Throws:
MojoExecutionException
setPluginContext
public void setPluginContext(Map pluginContext)
- Specified by:
setPluginContext
in interface ContextEnabled
- Overrides:
setPluginContext
in class AbstractMojo
getPluginContext
public Map getPluginContext()
- Specified by:
getPluginContext
in interface ContextEnabled
- Overrides:
getPluginContext
in class AbstractMojo
addComponentRequirement
public void addComponentRequirement(org.codehaus.plexus.component.repository.ComponentRequirement requirementDescriptor,
Object requirementValue)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
- Specified by:
addComponentRequirement
in interface org.codehaus.plexus.component.MapOrientedComponent
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
setComponentConfiguration
public void setComponentConfiguration(Map componentConfiguration)
throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
- Specified by:
setComponentConfiguration
in interface org.codehaus.plexus.component.MapOrientedComponent
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
getPathFromArtifacts
public org.apache.tools.ant.types.Path getPathFromArtifacts(Collection artifacts,
org.apache.tools.ant.Project antProject)
throws DependencyResolutionRequiredException
- Throws:
DependencyResolutionRequiredException
getAntProject
public org.apache.tools.ant.Project getAntProject()
setAntProject
public void setAntProject(org.apache.tools.ant.Project antProject)
getMavenProject
public MavenProject getMavenProject()
setMavenProject
public void setMavenProject(MavenProject mavenProject)
getMojoExecution
public MojoExecution getMojoExecution()
setMojoExecution
public void setMojoExecution(MojoExecution mojoExecution)
getSession
public MavenSession getSession()
setSession
public void setSession(MavenSession session)
getPathTranslator
public PathTranslator getPathTranslator()
setPathTranslator
public void setPathTranslator(PathTranslator pathTranslator)
getScriptInvoker
public org.codehaus.plexus.component.factory.ant.AntScriptInvoker getScriptInvoker()
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
enableLogging
in interface org.codehaus.plexus.logging.LogEnabled
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.