java.lang.Cloneable
public class CompileWithWalls
extends org.apache.tools.ant.Task
Constructor | Description |
---|---|
CompileWithWalls() |
Modifier and Type | Method | Description |
---|---|---|
org.apache.tools.ant.taskdefs.Javac |
createJavac() |
|
Walls |
createWalls() |
|
void |
execute() |
|
java.io.File |
getIntermediaryBuildDir() |
|
java.io.File |
getWalls() |
|
void |
log(java.lang.String msg,
int level) |
|
void |
setIntermediaryBuildDir(java.io.File f) |
|
void |
setWalls(java.io.File f) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setIntermediaryBuildDir(java.io.File f)
public java.io.File getIntermediaryBuildDir()
public void setWalls(java.io.File f)
public java.io.File getWalls()
public Walls createWalls()
public org.apache.tools.ant.taskdefs.Javac createJavac()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void log(java.lang.String msg, int level)
log
in class org.apache.tools.ant.Task