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

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

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

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

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

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type Tool
 void ToolChain.addTool(Tool tool)
           
 void ResourceConfiguration.addTool(Tool tool)
           
 boolean Tool.hasCustomSettings(Tool tool)
           
 void ToolChain.removeTool(Tool tool)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type Tool
InputType(Tool parent, IInputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create an InputType whose attributes and children will be added by separate calls.
OutputType(Tool parent, IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          This constructor is called to create an OutputType whose attributes will be set by separate calls.
Tool(IBuildObject parent, ITool toolSuperClass, java.lang.String Id, java.lang.String name, Tool tool)
          Create a Tool based upon an existing tool.
Tool(IBuildObject parent, java.lang.String toolSuperClassId, java.lang.String Id, java.lang.String name, Tool tool)