Eclipse Platform
Kepler (4.3)

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
 java.lang.String getAntPropertyValue(java.lang.String antPropertyName)
          Returns a value that the Ant entry point will use to set the value of the Ant property.
 

Method Detail

getAntPropertyValue

java.lang.String getAntPropertyValue(java.lang.String antPropertyName)
Returns a value that the Ant entry point will use to set the value of the Ant property.

Parameters:
antPropertyName - the Ant property to set
Returns:
the value for the property, or null if the property should not be set

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.