public class HelloWorldCommand extends AbstractCommand implements Command
| Constructor and Description |
|---|
HelloWorldCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.tools.ant.Project project,
long contentLength,
java.io.InputStream content)
Execute the command.
|
void |
validate(org.apache.tools.ant.Project project)
This should throw a build exception if the parameters
are invalid.
|
getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respondclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respondpublic void validate(org.apache.tools.ant.Project project)
Commandpublic boolean execute(org.apache.tools.ant.Project project,
long contentLength,
java.io.InputStream content)
throws java.lang.Throwable
Command