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

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

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

Subclasses of BuildObject in org.eclipse.cdt.managedbuilder.internal.core
 class Builder
           
 class Configuration
           
 class ConfigurationV2
          This class is deprecated in 2.1
 class FolderInfo
           
 class HoldsOptions
          Implements the functionality that is needed to hold options and option categories.
 class InputType
           
 class ManagedProject
           
 class Option
           
 class OptionCategory
           
 class OutputType
           
 class ProjectType
           
 class ResourceConfiguration
           
 class ResourceInfo
           
 class Target
           
 class TargetPlatform
           
 class Tool
          Represents a tool that can be invoked during a build.
 class ToolChain
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type BuildObject
ToolReference(BuildObject owner, org.w3c.dom.Element element)
          Create a new tool reference based on information contained in a project file.
ToolReference(BuildObject owner, IManagedConfigElement element)
          Created tool reference from an extension defined in a plugin manifest.
ToolReference(BuildObject owner, ITool tool)
          Created a tool reference on the fly based on an existing tool or tool reference.
 

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

Subclasses of BuildObject in org.eclipse.cdt.managedbuilder.ui.tests.util
 class TestToolchain