Uses of Interface
org.eclipse.cdt.managedbuilder.core.IOutputType

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

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

Methods in org.eclipse.cdt.managedbuilder.core that return IOutputType
 IOutputType ITool.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates a child OutputType for this tool.
 IOutputType ITool.getEdtableOutputType(IOutputType base)
           
static IOutputType ManagedBuildManager.getExtensionOutputType(java.lang.String id)
          Returns the OutputType from the manifest with the ID specified in the argument or null.
 IOutputType ITool.getOutputType(java.lang.String outputExtension)
          Returns the IOutputType in the tool that creates the specified extension.
 IOutputType ITool.getOutputTypeById(java.lang.String id)
          Get the IOutputType in the receiver with the specified ID.
 IOutputType[] ITool.getOutputTypes()
          Returns the complete list of output types that are available for this tool.
 IOutputType ITool.getPrimaryOutputType()
          Returns the primary IOutputType in this tool If the receiver has no OutputTypes, the method returns null.
 IOutputType[] IToolChain.getSecondaryOutputs()
          Returns the OutputTypes in this tool-chain, besides the primary output of the targetTool, that are also considered to be build artifacts.
 IOutputType IOutputType.getSuperClass()
          Returns the IOutputType that is the superclass of this OutputType, or null if the attribute was not specified.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IOutputType
 IOutputType ITool.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
          Creates a child OutputType for this tool.
 IOutputType ITool.getEdtableOutputType(IOutputType base)
           
 void ITool.removeOutputType(IOutputType type)
          Removes an OutputType from the tool's list.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IOutputType
 class OutputType
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IOutputType
 IOutputType ToolReference.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IOutputType Tool.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IOutputType Tool.getAllOutputTypeById(java.lang.String id)
           
 IOutputType[] Tool.getAllOutputTypes()
           
 IOutputType ToolReference.getEdtableOutputType(IOutputType base)
           
 IOutputType Tool.getEdtableOutputType(IOutputType base)
           
 IOutputType ToolReference.getOutputType(java.lang.String outputExtension)
           
 IOutputType Tool.getOutputType(java.lang.String outputExtension)
           
 IOutputType ToolReference.getOutputTypeById(java.lang.String id)
           
 IOutputType Tool.getOutputTypeById(java.lang.String id)
           
 IOutputType[] ToolReference.getOutputTypes()
           
 IOutputType[] Tool.getOutputTypes()
           
 IOutputType ToolReference.getPrimaryOutputType()
           
 IOutputType Tool.getPrimaryOutputType()
           
 IOutputType[] ToolChain.getSecondaryOutputs()
           
 IOutputType OutputType.getSuperClass()
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IOutputType
 IOutputType ToolReference.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IOutputType Tool.createOutputType(IOutputType superClass, java.lang.String Id, java.lang.String name, boolean isExtensionElement)
           
 IOutputType ToolReference.getEdtableOutputType(IOutputType base)
           
 IOutputType Tool.getEdtableOutputType(IOutputType base)
           
 boolean BooleanExpressionApplicabilityCalculator.isOutputTypeEnabled(ITool tool, IOutputType type)
           
 void ToolReference.removeOutputType(IOutputType type)
           
 void Tool.removeOutputType(IOutputType type)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IOutputType
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.
 

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

Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IOutputType
 IOutputType[] TestToolchain.getSecondaryOutputs()