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

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

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

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type ToolChain
static void ManagedBuildManager.addExtensionToolChain(ToolChain toolChain)
          Adds a ToolChain that is is specified in the manifest to the build system.
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ToolChain
 boolean ToolChain.hasCustomSettings(ToolChain tCh)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ToolChain
Builder(ToolChain parent, IBuilder superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create a Builder whose attributes and children will be added by separate calls.
Configuration(ManagedProject managedProject, ToolChain tCh, java.lang.String id, java.lang.String name)
           
TargetPlatform(ToolChain parent, ITargetPlatform superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create a TargetPlatform whose attributes and children will be added by separate calls.
Tool(ToolChain parent, ITool superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create a Tool whose attributes and children will be added by separate calls.
ToolChain(IFolderInfo folderInfo, java.lang.String Id, java.lang.String name, java.util.Map superIdMap, ToolChain toolChain)
          Create a ToolChain based upon an existing tool chain.