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

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

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

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type InputType
static void ManagedBuildManager.addExtensionInputType(InputType inputType)
          Adds an InputType that is is specified in the manifest to the build system.
 

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

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type InputType
 void Tool.addInputType(InputType type)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type InputType
AdditionalInput(InputType parent, boolean isExtensionElement)
          This constructor is called to create an AdditionalInput whose attributes and children will be added by separate calls.
InputOrder(InputType parent, boolean isExtensionElement)
          This constructor is called to create an InputOrder whose attributes and children will be added by separate calls.
InputType(ITool parent, java.lang.String Id, java.lang.String name, InputType inputType)
          Create an InputType based upon an existing InputType.