Uses of Interface
org.eclipse.core.resources.IBuildConfiguration
Package
Description
Provides basic support for managing a workspace and
its resources.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
-
Uses of IBuildConfiguration in org.eclipse.core.resources
Modifier and TypeMethodDescriptionIProject.getActiveBuildConfig()
Returns the active build configuration for the project.IBuildContext.getAllReferencedBuildConfigs()
Gets a array of build configurations that were built before this build configuration, as part of the current top-level build invocation.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.final IBuildConfiguration
IncrementalProjectBuilder.getBuildConfig()
Returns the build configuration for which this build was invoked.IProject.getBuildConfig
(String configName) Returns the projectIBuildConfiguration
with the given name for this project.IProjectDescription.getBuildConfigReferences
(String configName) Returns the build configurations referenced by the specified configuration for the described project.IProject.getBuildConfigs()
Returns the build configurations for this project.IProject.getReferencedBuildConfigs
(String configName, boolean includeMissing) Returns the build configurations referenced by the passed in build configuration on this project.IBuildContext.getRequestedConfigs()
Returns the full array of configurations that were requested to be built by the API user.IWorkspace.newBuildConfig
(String projectName, String configName) Returns a new build configuration for the project, with the given name.Modifier and TypeMethodDescriptionvoid
IProject.build
(IBuildConfiguration config, int kind, IProgressMonitor monitor) Builds a specific build configuration of this project.void
IWorkspace.build
(IBuildConfiguration[] buildConfigs, int kind, boolean buildReferences, IProgressMonitor monitor) Build the build configurations specified in the passed in build configuration array.IDynamicReferenceProvider.getDependentProjects
(IBuildConfiguration buildConfiguration) Returns the set of projects which the given project depends upon.void
IProjectDescription.setBuildConfigReferences
(String configName, IBuildConfiguration[] references) Sets the build configurations referenced by the specified configuration. -
Uses of IBuildConfiguration in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionprotected List<? extends IBuildConfiguration>
BuildAction.getBuildConfigurationsToBuild()
This collection of project build configs, derived from the selected resources, is passed to the workspace for building.