Uses of Class
org.eclipse.cdt.managedbuilder.internal.core.ManagedProject

Packages that use ManagedProject
org.eclipse.cdt.managedbuilder.internal.core   
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ManagedProject
 void Configuration.applyToManagedProject(ManagedProject mProj)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ManagedProject
Configuration(ManagedProject managedProject, Configuration cloneConfig, java.lang.String id, boolean cloneChildren, boolean temporary)
           
Configuration(ManagedProject managedProject, Configuration cloneConfig, java.lang.String id, boolean cloneChildren, boolean temporary, boolean isPreferenceConfig)
          Create a new project, non-extension, configuration based on one already defined.
Configuration(ManagedProject managedProject, org.eclipse.cdt.core.settings.model.ICStorageElement element, java.lang.String managedBuildRevision, boolean isPreference)
          Create a Configuration based on the specification stored in the project file (.cdtbuild).
Configuration(ManagedProject managedProject, ToolChain tCh, java.lang.String id, java.lang.String name)