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

Packages that use TargetPlatform
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.internal.dataprovider   
 

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

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

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

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type TargetPlatform
TargetPlatform(IToolChain parent, java.lang.String Id, java.lang.String name, TargetPlatform targetPlatform)
          Create a TargetPlatform based upon an existing TargetPlatform.
 

Uses of TargetPlatform in org.eclipse.cdt.managedbuilder.internal.dataprovider
 

Constructors in org.eclipse.cdt.managedbuilder.internal.dataprovider with parameters of type TargetPlatform
BuildTargetPlatformData(TargetPlatform targetPlatform)