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

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

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

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

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

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

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type OutputType
OutputType(ITool parent, java.lang.String Id, java.lang.String name, OutputType outputType)
          Create an OutputType based upon an existing OutputType.