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.


Method Summary
 IScannerConfigBuilderInfo2 getBuildInfo()
           
 org.eclipse.cdt.core.settings.model.ICConfigurationDescription getConfiguration()
           
 CfgInfoContext getContext()
           
 org.eclipse.core.resources.IProject getProject()
           
 

Method Detail

getBuildInfo

IScannerConfigBuilderInfo2 getBuildInfo()

getContext

CfgInfoContext getContext()

getConfiguration

org.eclipse.cdt.core.settings.model.ICConfigurationDescription getConfiguration()

getProject

org.eclipse.core.resources.IProject getProject()