java.lang.Object
org.eclipse.ant.internal.core.AntPropertyValueProvider
- All Implemented Interfaces:
- org.eclipse.ant.core.IAntPropertyValueProvider
- public class AntPropertyValueProvider
- extends java.lang.Object
- implements org.eclipse.ant.core.IAntPropertyValueProvider
Dynamic provider for Ant properties.
Provides the dynamic values for the following Ant properties:
eclipse.home - set to the Eclipse installation directory
*
eclipse.running - set (to "true") when Eclipse is running
- Since:
- 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntPropertyValueProvider
public AntPropertyValueProvider()
getAntPropertyValue
public java.lang.String getAntPropertyValue(java.lang.String propertyName)
- Returns the dynamic property values for Ant properties.
- Specified by:
getAntPropertyValue in interface org.eclipse.ant.core.IAntPropertyValueProvider