public interface PropertySetterAntTask extends AntTaskMixIn
Tasks that may
assign property values.| Modifier and Type | Method and Description |
|---|---|
default void |
execute() |
String |
getProperty() |
Object |
getPropertyValue()
Method to get the value to assign to the property.
|
void |
setProperty(String property) |
String getProperty()
void setProperty(String property)
Object getPropertyValue() throws Exception
Exception - As specified by implementing subclass.default void execute() throws BuildException
BuildExceptionCopyright © 2015–2020 Allen D. Ball. All rights reserved.