|
||||||||||
| 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(java.lang.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(java.io.File dir)
Deprecated. |
protected void |
setProperty(java.lang.String name,
java.lang.Object value)
Deprecated. |
protected void |
setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
java.lang.String name,
java.io.File value)
Deprecated. |
protected void |
setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
java.lang.String name,
java.lang.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
MojoSupportMojoSupport.execute().
init in class MojoSupportorg.apache.maven.plugin.MojoExecutionException - Initialization failed
org.apache.maven.plugin.MojoFailureException - Initialization failedprotected void initAntLogger(org.apache.tools.ant.Project ant)
protected void setProperty(java.lang.String name,
java.lang.Object value)
protected void setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
java.lang.String name,
java.lang.String value)
protected void setSystemProperty(org.apache.tools.ant.taskdefs.Java java,
java.lang.String name,
java.io.File value)
protected void inheritProperties()
protected org.apache.tools.ant.types.FileSet createFileSet()
protected org.apache.tools.ant.Task createTask(java.lang.String name)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionprotected void mkdir(java.io.File dir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||