Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.resources.team |
Provides APIs intended to be implemented by the Team component.
|
org.eclipse.team.core |
Application programming interfaces for defining and working with repository providers.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
Modifier and Type | Method and Description |
---|---|
IResourceRuleFactory |
IWorkspace.getRuleFactory()
Returns a factory for obtaining scheduling rules prior to modifying
resources in the workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceRuleFactory
Default implementation of IResourceRuleFactory.
|
Modifier and Type | Field and Description |
---|---|
protected IResourceRuleFactory |
TeamHook.defaultFactory
The default resource scheduling rule factory.
|
Modifier and Type | Method and Description |
---|---|
IResourceRuleFactory |
TeamHook.getRuleFactory(IProject project)
Returns the resource scheduling rule factory that should be used when workspace
operations are invoked on resources in that project.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TeamHook.setRuleFactory(IProject project,
IResourceRuleFactory factory)
Sets the resource scheduling rule factory to use for resource modifications
in the given project.
|
Modifier and Type | Method and Description |
---|---|
IResourceRuleFactory |
RepositoryProvider.getRuleFactory()
Return the resource rule factory for this provider.
|
Modifier and Type | Method and Description |
---|---|
protected IResourceRuleFactory |
AbstractWorkspaceOperation.getWorkspaceRuleFactory()
Return the workspace rule factory associated with this operation.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.