net.sf.antcontrib.property

Class URLEncodeTask


public class URLEncodeTask
extends AbstractPropertySetterTask

Place class description here.
Authors:
Matthew Inger

Method Summary

void
execute()
String
getValue(Project p)
void
setLocation(File location)
void
setName(String name)
void
setRefid(Reference ref)
void
setValue(String value)
String
toString()
protected void
validate()

Methods inherited from class net.sf.antcontrib.property.AbstractPropertySetterTask

setOverride, setProperty, setPropertyValue, validate

Method Details

execute

public void execute()

getValue

public String getValue(Project p)

setLocation

public void setLocation(File location)

setName

public void setName(String name)

setRefid

public void setRefid(Reference ref)

setValue

public void setValue(String value)

toString

public String toString()

validate

protected void validate()
Overrides:
validate in interface AbstractPropertySetterTask