|
|||||||||
| 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.sandev.sandbuild.SandTask
org.sandev.sandbuild.SandEnvFile
A SandEnvFile is a file that must be available at runtime. This can be anything from a third party .jar to an initialization file or whatever your code needs. These files are copied into downstream projects in the dependency graph, and are left alone when a project is being cleaned up.
| Field Summary | |
protected java.lang.String |
description
A description of the file. |
protected java.lang.String |
name
The name of the file which must be available at runtime. |
| Fields inherited from class org.apache.tools.ant.Task |
location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
SandEnvFile()
|
|
| Method Summary | |
void |
execute()
See class comments |
void |
setDescription(java.lang.String val)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, 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 |
| Field Detail |
protected java.lang.String name
protected java.lang.String description
| Constructor Detail |
public SandEnvFile()
| Method Detail |
public void setName(java.lang.String name)
public void setDescription(java.lang.String val)
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||