|
|||||||||
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,
project,
target |
Constructor Summary | |
Echo()
|
Method Summary | |
void |
execute()
Does the work. |
void |
setMessage(java.lang.String msg)
Sets the message variable. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription,
init,
setDescription,
setTarget |
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
public void setMessage(java.lang.String msg)
msg
- Sets the value for the message variable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |