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

Packages that use IManagedProject
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.envvar   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.internal.macros   
org.eclipse.cdt.managedbuilder.macros   
org.eclipse.cdt.managedbuilder.ui.tests.util   
 

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

Methods in org.eclipse.cdt.managedbuilder.core that return IManagedProject
static IManagedProject ManagedBuildManager.createManagedProject(org.eclipse.core.resources.IResource resource, IProjectType parent)
          Creates a new project instance for the resource based on the parent project type.
 IManagedProject IManagedBuildInfo.getManagedProject()
          Returns the ManagedProject associated with this build info
 IManagedProject IConfiguration.getManagedProject()
          Returns the managed-project parent of this configuration, if this is a project configuration.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IManagedProject
 void IManagedBuildInfo.setManagedProject(IManagedProject project)
          Sets the ManagedProject associated with this build info
 

Uses of IManagedProject in org.eclipse.cdt.managedbuilder.envvar
 

Methods in org.eclipse.cdt.managedbuilder.envvar with parameters of type IManagedProject
 IBuildEnvironmentVariable IProjectEnvironmentVariableSupplier.getVariable(java.lang.String variableName, IManagedProject project, IEnvironmentVariableProvider provider)
           
 IBuildEnvironmentVariable[] IProjectEnvironmentVariableSupplier.getVariables(IManagedProject project, IEnvironmentVariableProvider provider)
           
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IManagedProject
 class ManagedProject
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IManagedProject
 IManagedProject ManagedBuildInfo.getManagedProject()
           
 IManagedProject Configuration.getManagedProject()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IManagedProject
 void PropertyManager.clearProperties(IManagedProject mProject)
           
 ITool[] FolderInfo.filterTools(ITool[] localTools, IManagedProject manProj)
           
 void ManagedBuildInfo.setManagedProject(IManagedProject managedProject)
           
 

Uses of IManagedProject in org.eclipse.cdt.managedbuilder.internal.macros
 

Methods in org.eclipse.cdt.managedbuilder.internal.macros with parameters of type IManagedProject
 IBuildMacro MbsMacroSupplier.getMacro(java.lang.String macroName, IManagedProject mngProj)
           
 

Uses of IManagedProject in org.eclipse.cdt.managedbuilder.macros
 

Methods in org.eclipse.cdt.managedbuilder.macros with parameters of type IManagedProject
 IBuildMacro IProjectBuildMacroSupplier.getMacro(java.lang.String macroName, IManagedProject project, IBuildMacroProvider provider)
           
 IBuildMacro[] IProjectBuildMacroSupplier.getMacros(IManagedProject project, IBuildMacroProvider provider)
           
 

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

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IManagedProject
 IManagedProject TestConfiguration.getManagedProject()