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

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

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

Methods in org.eclipse.cdt.managedbuilder.core that return ITarget
static ITarget ManagedBuildManager.createTarget(org.eclipse.core.resources.IResource resource, ITarget parentTarget)
          Creates a new target for the resource based on the parentTarget.
static ITarget ManagedBuildManager.getExtensionTarget(java.lang.String id)
          Returns the target from the manifest with the ID specified in the argument or null - CDT V2.0 object model.
 ITarget ITarget.getParent()
          Answers the ITarget that is the parent of the receiver.
 ITarget IConfigurationV2.getTarget()
          Returns the target for this configuration.
static ITarget ManagedBuildManager.getTarget(org.eclipse.core.resources.IResource resource, java.lang.String id)
          Answers the result of a best-effort search to find a target with the specified ID, or null if one is not found.
 ITarget IManagedBuildInfo.getTarget(java.lang.String id)
          Get the target specified in the argument.
static ITarget[] ManagedBuildManager.getTargets(org.eclipse.core.resources.IResource resource)
          Returns the targets owned by this project.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type ITarget
 void IManagedBuildInfo.addTarget(ITarget target)
          Add a new target to the build information for the receiver
static ITarget ManagedBuildManager.createTarget(org.eclipse.core.resources.IResource resource, ITarget parentTarget)
          Creates a new target for the resource based on the parentTarget.
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement ITarget
 class Target
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return ITarget
 ITarget Target.getParent()
           
 ITarget ConfigurationV2.getTarget()
           
 ITarget ManagedBuildInfo.getTarget(java.lang.String id)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ITarget
 void ManagedBuildInfo.addTarget(ITarget target)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type ITarget
Target(org.eclipse.core.resources.IResource owner, ITarget parent)
          Create a copy of the target specified in the argument, that is owned by the owned by the specified resource.