Uses of Interface
org.eclipse.cdt.core.ICExtension

Packages that use ICExtension
org.eclipse.cdt.core   
org.eclipse.cdt.core.resources   
org.eclipse.cdt.make.core   
org.eclipse.cdt.make.core.scannerconfig   
org.eclipse.cdt.managedbuilder.core   
 

Uses of ICExtension in org.eclipse.cdt.core
 

Classes in org.eclipse.cdt.core that implement ICExtension
 class AbstractCExtension
           
 

Methods in org.eclipse.cdt.core that return ICExtension
 ICExtension ICExtensionReference.createExtension()
          Creates and returns a new instance of the cextension executable identified by the <run> attribute of the cextension.
 

Uses of ICExtension in org.eclipse.cdt.core.resources
 

Subinterfaces of ICExtension in org.eclipse.cdt.core.resources
 interface IPathEntryStore
          IPathEntryStore
 

Classes in org.eclipse.cdt.core.resources that implement ICExtension
 class ScannerProvider
           
 

Uses of ICExtension in org.eclipse.cdt.make.core
 

Classes in org.eclipse.cdt.make.core that implement ICExtension
 class MakeScannerProvider
          Deprecated. @author DInglis
 

Uses of ICExtension in org.eclipse.cdt.make.core.scannerconfig
 

Classes in org.eclipse.cdt.make.core.scannerconfig that implement ICExtension
 class DiscoveredScannerInfoProvider
          Deprecated. @author vhirsl
 

Uses of ICExtension in org.eclipse.cdt.managedbuilder.core
 

Classes in org.eclipse.cdt.managedbuilder.core that implement ICExtension
 class ManagedBuildManager
          This is the main entry point for getting at the build information for the managed build system.