net.sf.antcontrib.antserver.commands

Class RunTargetCommand

Implemented Interfaces:
Command, Serializable

public class RunTargetCommand
extends AbstractCommand
implements Command

Place class description here.
Authors:
Matthew Inger

Constructor Summary

RunTargetCommand()

Method Summary

void
addConfiguredProperty(PropertyContainer property)
void
addConfiguredReference(ReferenceContainer reference)
boolean
execute(Project project, long contentLength, InputStream content)
Vector
getProperties()
Vector
getReferences()
String
getTarget()
boolean
isInheritall()
boolean
isInteritrefs()
void
setInheritall(boolean inheritall)
void
setInteritrefs(boolean interitrefs)
void
setProperties(Vector properties)
void
setReferences(Vector references)
void
setTarget(String target)
void
validate(Project project)

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

getContentLength, getContentStream, getReponseContentStream, getResponseContentLength, respond

Constructor Details

RunTargetCommand

public RunTargetCommand()

Method Details

addConfiguredProperty

public void addConfiguredProperty(PropertyContainer property)

addConfiguredReference

public void addConfiguredReference(ReferenceContainer reference)

execute

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

getProperties

public Vector getProperties()

getReferences

public Vector getReferences()

getTarget

public String getTarget()

isInheritall

public boolean isInheritall()

isInteritrefs

public boolean isInteritrefs()

setInheritall

public void setInheritall(boolean inheritall)

setInteritrefs

public void setInteritrefs(boolean interitrefs)

setProperties

public void setProperties(Vector properties)

setReferences

public void setReferences(Vector references)

setTarget

public void setTarget(String target)

validate

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