public interface PropertySetterAntTask extends AntTaskMixIn
Task
s 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) |
default void execute() throws BuildException
BuildException
String getProperty()
Object getPropertyValue() throws Exception
Exception
- As specified by implementing subclass.void setProperty(String property)
Copyright © 2015–2020. All rights reserved.