AntHelper component.public abstract class AntMojoSupport extends MojoSupport
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.tools.ant.Project |
ant
Deprecated.
|
container, log| Constructor and Description |
|---|
AntMojoSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
contextualize, createArtifact, doExecute, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProject, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifactprotected void init()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
MojoSupportMojoSupport.execute().init in class MojoSupportorg.apache.maven.plugin.MojoExecutionException - Initialization failedorg.apache.maven.plugin.MojoFailureException - Initialization failedprotected void initAntLogger(org.apache.tools.ant.Project ant)
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.BuildExceptionprotected void mkdir(File dir)
Copyright © 2012 Codehaus. All Rights Reserved.