org.eclipse.cdt.managedbuilder.core
Interface IManagedConfigElementProvider


public interface IManagedConfigElementProvider

Clients may implement this interface to dynamically provided the config information that is otherwise specified in the ManagedBuidInfo extension point. It corresponds to the configProvider sub-element of the ManagedBuildInfo extension point.


Field Summary
static java.lang.String CLASS_ATTRIBUTE
           
static java.lang.String ELEMENT_NAME
           
 
Method Summary
 IManagedConfigElement[] getConfigElements()
          Each configuration element returned from this method is treated as if it were a direct sub-child of a ManagedBuildInfo extension.
 

Field Detail

ELEMENT_NAME

static final java.lang.String ELEMENT_NAME
See Also:
Constant Field Values

CLASS_ATTRIBUTE

static final java.lang.String CLASS_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getConfigElements

IManagedConfigElement[] getConfigElements()
Each configuration element returned from this method is treated as if it were a direct sub-child of a ManagedBuildInfo extension. As such it should conform to ManagedBuildTools.exsd. The only exception is it should not contain nested configProvider elements.