org.eclipse.cdt.managedbuilder.core
Interface IManagedBuildDefinitionsStartup
public interface IManagedBuildDefinitionsStartup
Clients that need to augment configuration attributes may need to insure
that those modification are picked up when configruation elements are loaded.
Implementing this interface will insure that a client's plugin is loaded
before all available configurations are available to the first project that
is loaded in the workbench.
An example of this use is when a client creates unique build configuration IDs,
derived from default configruations, and all existing projects need to know about
all possible build configurations at eclipse startup.
Method Summary |
void |
buildDefsLoaded()
Any work you want to do on build definitions after they have been loaded but before they have been resolved. |
void |
buildDefsResolved()
Any work you want to do on build definitions after they have been resolved. |
BUILD_DEFINITION_STARTUP
static final java.lang.String BUILD_DEFINITION_STARTUP
- See Also:
- Constant Field Values
CLASS_ATTRIBUTE
static final java.lang.String CLASS_ATTRIBUTE
- See Also:
- Constant Field Values
buildDefsLoaded
void buildDefsLoaded()
- Any work you want to do on build definitions after they have been loaded but before they have been resolved.
buildDefsResolved
void buildDefsResolved()
- Any work you want to do on build definitions after they have been resolved.