|
|||||||||
| 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
net.sf.antcontrib.walls.CompileWithWalls
public class CompileWithWalls
FILL IN JAVADOC HERE
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
CompileWithWalls()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileWithWalls()
| Method Detail |
|---|
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.Taskorg.apache.tools.ant.BuildException
public void log(java.lang.String msg,
int level)
log in class org.apache.tools.ant.Task
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||