Eclipse Platform
Release 3.0

org.eclipse.ant.core
Interface IAntPropertyValueProvider


public interface IAntPropertyValueProvider

An interface that must be implemented by plugins that wish to contribute predefined variables to an Ant project when run from within Eclipse.

Since:
3.0

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

Method Detail

getAntPropertyValue

public String getAntPropertyValue(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
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.