|
Eclipse Platform Release 3.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getActiveBuildConfiguration()
Returns the active build configuration for the project. |
IBuildConfiguration[] |
IProjectDescription.getBuildConfigReferences(String configId)
Returns the build configurations referenced by the specified configuration Id for the described project. |
IBuildConfiguration |
IncrementalProjectBuilder.getBuildConfiguration()
Returns the build configuration for which this build was invoked. |
IBuildConfiguration |
IProject.getBuildConfiguration(String configurationId)
Returns the project build configuration with the given id for this project. |
IBuildConfiguration[] |
IProject.getBuildConfigurations()
Returns the build configurations for this project. |
IBuildConfiguration[] |
IProject.getReferencedBuildConfigurations(IBuildConfiguration config,
boolean includeMissing)
Returns the build configurations referenced by the passed in build configuration on this project. |
IBuildConfiguration |
IWorkspace.newBuildConfiguration(String projectName,
String configurationId)
Returns a new build configuration for the project, with the given id. |
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. |
IBuildConfiguration[] |
IProject.getReferencedBuildConfigurations(IBuildConfiguration config,
boolean includeMissing)
Returns the build configurations referenced by the passed in build configuration on this project. |
boolean |
IProject.hasBuildConfiguration(IBuildConfiguration config)
Checks whether the project has the specified build configuration. |
void |
IProjectDescription.setBuildConfigReferences(String configId,
IBuildConfiguration[] references)
Sets the build configurations referenced by the specified configuration Id. |
void |
IProjectDescription.setBuildConfigurations(IBuildConfiguration[] configs)
Sets the build configurations for the described project. |
|
Eclipse Platform Release 3.7 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.