Package org.apache.tools.ant.property
Interface GetProperty
- 
- All Known Implementing Classes:
- PropertyHelper,- ResolvePropertyMap
 
 public interface GetPropertyInterface to a class (normally PropertyHelper) to get a property.- Since:
- Ant 1.8.0
 
- 
- 
Method SummaryModifier and Type Method Description java.lang.ObjectgetProperty(java.lang.String name)Returns the value of a property if it is set.
 
-