Package net.sf.antcontrib.walls
Class CompileWithWalls
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.antcontrib.walls.CompileWithWalls
-
- All Implemented Interfaces:
java.lang.Cloneable
public class CompileWithWalls extends org.apache.tools.ant.TaskFILL IN JAVADOC HERE- Author:
- Dean Hiller(dean@xsoftware.biz)
-
-
Constructor Summary
Constructors Constructor Description CompileWithWalls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.tools.ant.taskdefs.JavaccreateJavac()WallscreateWalls()voidexecute()java.io.FilegetIntermediaryBuildDir()java.io.FilegetWalls()voidlog(java.lang.String msg, int level)voidsetIntermediaryBuildDir(java.io.File f)voidsetWalls(java.io.File f)-
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, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
setIntermediaryBuildDir
public void setIntermediaryBuildDir(java.io.File f)
-
getIntermediaryBuildDir
public java.io.File getIntermediaryBuildDir()
-
setWalls
public void setWalls(java.io.File f)
-
getWalls
public java.io.File getWalls()
-
createWalls
public Walls createWalls()
-
createJavac
public org.apache.tools.ant.taskdefs.Javac createJavac()
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
log
public void log(java.lang.String msg, int level)- Overrides:
login classorg.apache.tools.ant.Task
-
-