Eclipse Platform
Release 3.7

Uses of Interface
org.eclipse.core.resources.IBuildConfiguration

Packages that use IBuildConfiguration
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
 

Uses of IBuildConfiguration in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return IBuildConfiguration
 IBuildConfiguration IProject.getActiveBuildConfig()
          Returns the active build configuration for the project.
 IBuildConfiguration[] IBuildContext.getAllReferencedBuildConfigs()
          Gets a array of build configurations that were built before this build configuration, as part of the current top-level build invocation.
 IBuildConfiguration[] IBuildContext.getAllReferencingBuildConfigs()
          Gets a array of build configurations that will be built after this build configuration, as part of the current top-level build invocation.
 IBuildConfiguration IncrementalProjectBuilder.getBuildConfig()
          Returns the build configuration for which this build was invoked.
 IBuildConfiguration IProject.getBuildConfig(String configName)
          Returns the project IBuildConfiguration with the given name for this project.
 IBuildConfiguration[] IProjectDescription.getBuildConfigReferences(String configName)
          Returns the build configurations referenced by the specified configuration for the described project.
 IBuildConfiguration[] IProject.getBuildConfigs()
          Returns the build configurations for this project.
 IBuildConfiguration[] IProject.getReferencedBuildConfigs(String configName, boolean includeMissing)
          Returns the build configurations referenced by the passed in build configuration on this project.
 IBuildConfiguration[] IBuildContext.getRequestedConfigs()
          Returns the full array of configurations that were requested to be built by the API user.
 IBuildConfiguration IWorkspace.newBuildConfig(String projectName, String configName)
          Returns a new build configuration for the project, with the given name.
 

Methods in org.eclipse.core.resources with parameters of type IBuildConfiguration
 void IWorkspace.build(IBuildConfiguration[] buildConfigs, int kind, boolean buildReferences, IProgressMonitor monitor)
          Build the build configurations specified in the passed in build configuration array.
 void IProject.build(IBuildConfiguration config, int kind, IProgressMonitor monitor)
          Builds a specific build configuration of this project.
 void IProjectDescription.setBuildConfigReferences(String configName, IBuildConfiguration[] references)
          Sets the build configurations referenced by the specified configuration.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.