Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.ant.internal.core
Class AntPropertyValueProvider  view AntPropertyValueProvider download AntPropertyValueProvider.java

java.lang.Object
  extended byorg.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:

*

Since:
3.0

Constructor Summary
AntPropertyValueProvider()
           
 
Method Summary
 java.lang.String getAntPropertyValue(java.lang.String propertyName)
          Returns the dynamic property values for Ant properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntPropertyValueProvider

public AntPropertyValueProvider()
Method Detail

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