org.eclipse.cdt.managedbuilder.ui.properties
Interface IBuildInfoContainer
- All Known Implementing Classes:
- DiscoveryTab
public interface IBuildInfoContainer
This interface is used by dynamic discovery pages
to refer to underlying tab (DiscoveryTab)
and get all object-specific data.
In previous code, reference to specific
property page was used instead of interface.
getBuildInfo
IScannerConfigBuilderInfo2 getBuildInfo()
getContext
CfgInfoContext getContext()
getConfiguration
org.eclipse.cdt.core.settings.model.ICConfigurationDescription getConfiguration()
getProject
org.eclipse.core.resources.IProject getProject()