java.io.Serializable
, Command
public 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, respond
getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respond
public void validate(org.apache.tools.ant.Project project)
Command
public boolean execute(org.apache.tools.ant.Project project, long contentLength, java.io.InputStream content) throws java.lang.Throwable
Command