Package org.eclipse.ant.core
Interface IAntPropertyValueProvider
-
public interface IAntPropertyValueProvider
An interface that must be implemented by plug-ins that wish to contribute predefined variables to an Ant project when run from within Eclipse. Clients may implement this interface.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAntPropertyValue(String antPropertyName)
Returns a value that the Ant entry point will use to set the value of the Ant property.
-