net.sf.antcontrib.antserver.commands

Class HelloWorldCommand

Implemented Interfaces:
Command, Serializable

public class HelloWorldCommand
extends AbstractCommand
implements Command

Place class description here.
Authors:
Matthew Inger

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

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