|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ant.dotnet.build.AbstractBuildTask
org.apache.ant.dotnet.build.NAntTask
public class NAntTask
Runs a NAnt build process.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.ant.dotnet.build.AbstractBuildTask |
---|
AbstractBuildTask.Property, AbstractBuildTask.Target |
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
NAntTask()
|
Method Summary | |
---|---|
protected java.lang.String[] |
getBuildfileArguments(java.io.File buildFile)
Must return buildfile argument(s). |
protected java.lang.String |
getExecutable()
Must return the executable. |
protected java.lang.String[] |
getPropertyArguments(java.util.List properties)
Must return property argument(s). |
protected java.lang.String[] |
getTargetArguments(java.util.List targets)
Must return target argument(s). |
protected org.w3c.dom.Element |
makeTree(org.w3c.dom.DocumentFragment f)
Turn the DocumentFragment into a DOM tree suitable as a build file when serialized. |
Methods inherited from class org.apache.ant.dotnet.build.AbstractBuildTask |
---|
addBuild, addProperty, addTarget, execute, setBuildfile, setErrorProperty, setFailOnError, setVm |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NAntTask()
Method Detail |
---|
protected java.lang.String getExecutable()
AbstractBuildTask
getExecutable
in class AbstractBuildTask
protected java.lang.String[] getBuildfileArguments(java.io.File buildFile)
AbstractBuildTask
getBuildfileArguments
in class AbstractBuildTask
buildFile
- the absolute File for the buildfile or null if
the user didn't specify a buildfile.
protected java.lang.String[] getTargetArguments(java.util.List targets)
AbstractBuildTask
getTargetArguments
in class AbstractBuildTask
protected java.lang.String[] getPropertyArguments(java.util.List properties)
AbstractBuildTask
getPropertyArguments
in class AbstractBuildTask
protected org.w3c.dom.Element makeTree(org.w3c.dom.DocumentFragment f)
If we have exactly one
makeTree
in class AbstractBuildTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |