|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.pluginsupport.MojoSupport
org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
AntHelper
component.
public abstract class AntMojoSupport
Support for Ant-based Mojos.
Field Summary | |
---|---|
protected org.apache.tools.ant.Project |
ant
Deprecated. |
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
---|
container, log |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AntMojoSupport()
Deprecated. |
Method Summary | |
---|---|
protected org.apache.tools.ant.types.FileSet |
createFileSet()
Deprecated. |
protected org.apache.tools.ant.Task |
createTask(String name)
Deprecated. |
protected void |
inheritProperties()
Deprecated. |
protected void |
init()
Deprecated. Initializes logging. |
protected void |
initAntLogger(org.apache.tools.ant.Project ant)
Deprecated. |
protected void |
mkdir(File dir)
Deprecated. |
protected void |
setProperty(String name,
Object value)
Deprecated. |
protected void |
setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
String name,
File value)
Deprecated. |
protected void |
setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
String name,
String value)
Deprecated. |
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
---|
contextualize, createArtifact, doExecute, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProject, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.tools.ant.Project ant
Constructor Detail |
---|
public AntMojoSupport()
Method Detail |
---|
protected void init() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
MojoSupport
MojoSupport.execute()
.
init
in class MojoSupport
org.apache.maven.plugin.MojoExecutionException
- Initialization failed
org.apache.maven.plugin.MojoFailureException
- Initialization failedprotected void initAntLogger(org.apache.tools.ant.Project ant)
protected void setProperty(String name, Object value)
protected void setSystemProperty(org.apache.tools.ant.taskdefs.Java java, String name, String value)
protected void setSystemProperty(org.apache.tools.ant.taskdefs.Java java, String name, File value)
protected void inheritProperties()
protected org.apache.tools.ant.types.FileSet createFileSet()
protected org.apache.tools.ant.Task createTask(String name) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
protected void mkdir(File dir)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |