java.io.Serializable, Commandpublic class HelloWorldCommand extends AbstractCommand implements Command
| Constructor | Description |
|---|---|
HelloWorldCommand() |
| Modifier and Type | Method | 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, respondgetContentLength, 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