public class DisconnectCommand extends AbstractCommand implements Command
Modifier and Type | Field and Description |
---|---|
static Command |
DISCONNECT_COMMAND |
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 static Command DISCONNECT_COMMAND
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