Uses of Interface
org.eclipse.cdt.managedbuilder.buildmodel.IBuildDescription

Packages that use IBuildDescription
org.eclipse.cdt.managedbuilder.buildmodel   
org.eclipse.cdt.managedbuilder.internal.buildmodel   
 

Uses of IBuildDescription in org.eclipse.cdt.managedbuilder.buildmodel
 

Methods in org.eclipse.cdt.managedbuilder.buildmodel that return IBuildDescription
static IBuildDescription BuildDescriptionManager.createBuildDescription(IConfiguration cfg, IConfigurationBuildState bs, org.eclipse.core.resources.IResourceDelta delta, int flags)
           
 IBuildDescription IBuildDescriptionFactory.createBuildDescription(IConfiguration cfg, org.eclipse.core.resources.IResourceDelta delta, int flags)
          creates the build description
static IBuildDescription BuildDescriptionManager.createBuildDescription(IConfiguration cfg, org.eclipse.core.resources.IResourceDelta delta, int flags)
          creates the build description
 IBuildDescription IBuildStep.getBuildDescription()
          returns a build description that holds this step
 IBuildDescription IBuildResource.getBuildDescription()
          returns a build description that holds this step
 

Methods in org.eclipse.cdt.managedbuilder.buildmodel with parameters of type IBuildDescription
static void BuildDescriptionManager.accept(IStepVisitor visitor, IBuildDescription des, boolean up)
          runs though all steps in build description in the dependency order and notifies the visitor callback the order in which steps are enumerated depends on the "up" argument
static void BuildDescriptionManager.cleanGeneratedRebuildResources(IBuildDescription des)
          cleans the resources to be rebuilt
 

Uses of IBuildDescription in org.eclipse.cdt.managedbuilder.internal.buildmodel
 

Classes in org.eclipse.cdt.managedbuilder.internal.buildmodel that implement IBuildDescription
 class BuildDescription
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return IBuildDescription
 IBuildDescription DefaultBuildDescriptionFactory.createBuildDescription(IConfiguration cfg, IConfigurationBuildState bs, org.eclipse.core.resources.IResourceDelta delta, int flags)
           
 IBuildDescription DefaultBuildDescriptionFactory.createBuildDescription(IConfiguration cfg, org.eclipse.core.resources.IResourceDelta delta, int flags)
           
 IBuildDescription BuildStep.getBuildDescription()
           
 IBuildDescription BuildResource.getBuildDescription()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildDescription
static int ParallelBuilder.build(IBuildDescription des, org.eclipse.core.runtime.IPath cwd, GenDirInfo dirs, java.io.OutputStream out, java.io.OutputStream err, org.eclipse.core.runtime.IProgressMonitor monitor, boolean resumeOnErrors, boolean buildIncrementally)
          Build process is divided into following steps: 1.
 

Constructors in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildDescription
BuildDescriptionGnuMakefileGenerator(IBuildDescription des)
           
DescriptionBuilder(IBuildDescription des, boolean buildIncrementaly, boolean resumeOnErrs, org.eclipse.core.runtime.IPath cwd, IResourceRebuildStateContainer rs)
           
DescriptionBuilder(IBuildDescription des, boolean buildIncrementaly, boolean resumeOnError, IResourceRebuildStateContainer rs)
           
DescriptionBuilder(IBuildDescription des, boolean buildIncrementaly, IResourceRebuildStateContainer rs)
           
DescriptionBuilder(IBuildDescription des, IResourceRebuildStateContainer rs)