Class ShutdownCommand
java.lang.Object
net.sf.antcontrib.antserver.commands.AbstractCommand
net.sf.antcontrib.antserver.commands.ShutdownCommand
- All Implemented Interfaces:
Serializable
,Command
Place class description here.
- Since:
- Author:
- Matthew Inger,
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(org.apache.tools.ant.Project project, long contentLength, InputStream content) Execute the command.void
validate
(org.apache.tools.ant.Project project) This should throw a build exception if the parameters are invalid.Methods inherited from class net.sf.antcontrib.antserver.commands.AbstractCommand
getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respond
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.antcontrib.antserver.Command
getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respond
-
Constructor Details
-
ShutdownCommand
public ShutdownCommand()
-
-
Method Details
-
validate
public void validate(org.apache.tools.ant.Project project) Description copied from interface:Command
This should throw a build exception if the parameters are invalid. -
execute
public boolean execute(org.apache.tools.ant.Project project, long contentLength, InputStream content) throws Throwable Description copied from interface:Command
Execute the command.
-