org.apache.tools.ant.taskdefs
Class Echo

java.lang.Object
  |
  +--org.apache.tools.ant.Task
        |
        +--org.apache.tools.ant.taskdefs.Echo

public class Echo
extends Task

Echo

Author:
costin@dnt.ro

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

Echo

public Echo()
Method Detail

execute

public void execute()
             throws BuildException
Does the work.
Throws:
BuildException - if someting goes wrong with the build
Overrides:
execute in class Task

setMessage

public void setMessage(java.lang.String msg)
Sets the message variable.
Parameters:
msg - Sets the value for the message variable.


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.