Uses of Interface
org.eclipse.cdt.managedbuilder.core.IConfigurationNameProvider

Packages that use IConfigurationNameProvider
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.ui.tests.util   
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IConfigurationNameProvider
 IConfigurationNameProvider IProjectType.getConfigurationNameProvider()
          Returns the configurationNameProvider.
 

Uses of IConfigurationNameProvider in org.eclipse.cdt.managedbuilder.internal.core
 

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IConfigurationNameProvider
 class ConfigurationNameProvider
           
 class GnuConfigurationNameProvider
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IConfigurationNameProvider
 IConfigurationNameProvider ProjectType.getConfigurationNameProvider()
           
 

Uses of IConfigurationNameProvider in org.eclipse.cdt.managedbuilder.ui.tests.util
 

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IConfigurationNameProvider
 IConfigurationNameProvider TestProjectType.getConfigurationNameProvider()