org.apache.tools.ant.property
public interface GetProperty
Since: Ant 1.8.0
Method Summary | |
---|---|
Object | getProperty(String name)
Returns the value of a property if it is set. |
Parameters: name name of the property.
Returns: the property value, or null for no match or for name being null.