public class ShutdownCommand extends AbstractCommand implements Command
Constructor and Description |
---|
ShutdownCommand() |
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, respond
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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