Package org.eclipse.cdt.managedbuilder.internal.buildmodel

Interface Summary
IBuildModelBuilder This is a generic interface representing the builder It is implemented currently by the BuildDescription builder, BuildStep builder and BuildCommand builder that are used for building the different parts of the build model and represent an MBS Internal Builder.
IConfigurationBuildState  
IProjectBuildState  
IRebuildState  
IResourceRebuildStateContainer  
 

Class Summary
BuildCommand  
BuildDescription  
BuildDescriptionGnuMakefileGenerator  
BuildGroup  
BuildIOType  
BuildModelMessages  
BuildMultiStatus  
BuildProcessManager This class implements process pool management for internal builder NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
BuildResource  
BuildStateManager  
BuildStatus  
BuildStep  
CommandBuilder This class implements the IBuildCommand building To build the given command, create an instance of this class and invoke the build method NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
ConfigurationBuildState  
DbgUtil  
DefaultBuildDescriptionFactory  
DescriptionBuilder This class implements the IBuildDescription building, that is the build of the entire configuration/project To perform a build, create an instance of this class and invoke the build method NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
FileMacroExplicitSubstitutor  
GenDirInfo This class represents the generated directory information NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
ParallelBuilder This is the main class for parallel internal builder implementation NOTE: This class is subject to change and discuss, and is currently available in experimental mode only
ProcessLauncher This class implements external process launching for internal builder.
ProjectBuildState  
StepBuilder This class implements the IBuildStep building To build the step, create an instance of this class and invoke the build method NOTE: This class is subject to change and discuss, and is currently available in experimental mode only