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

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

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

Methods in org.eclipse.cdt.managedbuilder.internal.core that return ToolReference
 ToolReference OptionReference.getToolReference()
          Answers the tool reference that contains the receiver.
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ToolReference
 void Target.addToolReference(ToolReference toolRef)
          Adds a tool reference to the receiver.
 void ConfigurationV2.addToolReference(ToolReference toolRef)
          Adds a tool reference to the receiver.
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ToolReference
OptionReference(ToolReference owner, org.w3c.dom.Element element)
          Created from project file.
OptionReference(ToolReference owner, IManagedConfigElement element)
          This constructor will be called when the receiver is created from the settings found in an extension point.
OptionReference(ToolReference owner, IOption option)
          Constructor called when the option reference is created from an existing IOption