| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.util.XMLFragmentorg.apache.tools.ant.taskdefs.EchoXMLpublic class EchoXMLextends XMLFragmentNested Class Summary |
Nested classes/interfaces inherited from class org.apache.tools.ant.util.XMLFragment | |
XMLFragment.Child | |
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
description, location, project | |
Method Summary | |
void |
|
void |
|
void |
|
Methods inherited from class org.apache.tools.ant.util.XMLFragment | |
addText, createDynamicElement, getFragment | |
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | |
public void execute()
Execute the task.
public void setAppend(boolean b)
Set whether to append the output file.
- Parameters:
b- boolean append flag.
public void setFile(File f)
Set the output file.
- Parameters:
f- the output file.