|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.antcontrib.antserver.commands.AbstractCommand
net.sf.antcontrib.antserver.commands.DisconnectCommand
public class DisconnectCommand
Place class description here.
Field Summary | |
---|---|
static Command |
DISCONNECT_COMMAND
|
Method Summary | |
---|---|
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. |
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 |
Field Detail |
---|
public static Command DISCONNECT_COMMAND
Method Detail |
---|
public void validate(org.apache.tools.ant.Project project)
Command
validate
in interface Command
public boolean execute(org.apache.tools.ant.Project project, long contentLength, java.io.InputStream content) throws java.lang.Throwable
Command
execute
in interface Command
project
- The project which is being executed
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |