|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.Echo
Echo
Fields inherited from class org.apache.tools.ant.Task |
description, location, project, target, taskName, taskType, wrapper |
Constructor Summary | |
Echo()
|
Method Summary | |
void |
addText(java.lang.String msg)
Set a multiline message. |
void |
execute()
Does the work. |
void |
setAppend(boolean append)
Shall we append to an existing file? |
void |
setFile(java.io.File file)
Sets the file attribute. |
void |
setMessage(java.lang.String msg)
Sets the message variable. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Echo()
Method Detail |
public void execute() throws BuildException
execute
in class Task
BuildException
- if someting goes wrong with the buildpublic void setMessage(java.lang.String msg)
msg
- Sets the value for the message variable.public void setFile(java.io.File file)
public void setAppend(boolean append)
public void addText(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |