net.sf.antcontrib.antserver.commands
Class RunTargetCommand
- Command, Serializable
public class RunTargetCommand
Place class description here.
RunTargetCommand
public RunTargetCommand()
execute
public boolean execute(Project project,
long contentLength,
InputStream content)
throws Throwable
- 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)