net.sf.antcontrib.antserver.commands

Class DisconnectCommand

Implemented Interfaces:
Command, Serializable

public class DisconnectCommand
extends AbstractCommand
implements Command

Place class description here.
Authors:
Matthew Inger

Field Summary

static Command
DISCONNECT_COMMAND

Method Summary

boolean
execute(Project project, long contentLength, InputStream content)
void
validate(Project project)

Methods inherited from class net.sf.antcontrib.antserver.commands.AbstractCommand

getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respond

Field Details

DISCONNECT_COMMAND

public static Command DISCONNECT_COMMAND

Method Details

execute

public boolean execute(Project project,
                       long contentLength,
                       InputStream content)
            throws Throwable
Specified by:
execute in interface Command

validate

public void validate(Project project)
Specified by:
validate in interface Command