Uses of Interface
org.eclipse.core.resources.IBuildConfiguration
-
Packages that use IBuildConfiguration Package Description org.eclipse.core.resources Provides basic support for managing a workspace and its resources.org.eclipse.ui.actions 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
Methods in org.eclipse.core.resources that return IBuildConfiguration Modifier and Type Method Description IBuildConfigurationIProject. 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.IBuildConfigurationIncrementalProjectBuilder. getBuildConfig()Returns the build configuration for which this build was invoked.IBuildConfigurationIProject. getBuildConfig(String configName)Returns the projectIBuildConfigurationwith 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.IBuildConfigurationIWorkspace. 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 Modifier and Type Method Description voidIProject. build(IBuildConfiguration config, int kind, IProgressMonitor monitor)Builds a specific build configuration of this project.voidIWorkspace. build(IBuildConfiguration[] buildConfigs, int kind, boolean buildReferences, IProgressMonitor monitor)Build the build configurations specified in the passed in build configuration array.List<IProject>IDynamicReferenceProvider. getDependentProjects(IBuildConfiguration buildConfiguration)Returns the set of projects which the given project depends upon.voidIProjectDescription. setBuildConfigReferences(String configName, IBuildConfiguration[] references)Sets the build configurations referenced by the specified configuration. -
Uses of IBuildConfiguration in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that return types with arguments of type IBuildConfiguration Modifier and Type Method Description protected List<? extends IBuildConfiguration>BuildAction. getBuildConfigurationsToBuild()This collection of project build configs, derived from the selected resources, is passed to the workspace for building.
-