Uses of Interface
org.eclipse.core.resources.IResourceRuleFactory
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides APIs intended to be implemented by the Team component.
Application programming interfaces for defining and working with repository providers.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
-
Uses of IResourceRuleFactory in org.eclipse.core.resources
Modifier and TypeMethodDescriptionIWorkspace.getRuleFactory()
Returns a factory for obtaining scheduling rules prior to modifying resources in the workspace. -
Uses of IResourceRuleFactory in org.eclipse.core.resources.team
Modifier and TypeClassDescriptionclass
Default implementation of IResourceRuleFactory.Modifier and TypeFieldDescriptionprotected final IResourceRuleFactory
TeamHook.defaultFactory
The default resource scheduling rule factory.Modifier and TypeMethodDescriptionTeamHook.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 TypeMethodDescriptionprotected final void
TeamHook.setRuleFactory
(IProject project, IResourceRuleFactory factory) Sets the resource scheduling rule factory to use for resource modifications in the given project. -
Uses of IResourceRuleFactory in org.eclipse.team.core
Modifier and TypeMethodDescriptionRepositoryProvider.getRuleFactory()
Return the resource rule factory for this provider. -
Uses of IResourceRuleFactory in org.eclipse.ui.ide.undo
Modifier and TypeMethodDescriptionprotected IResourceRuleFactory
AbstractWorkspaceOperation.getWorkspaceRuleFactory()
Return the workspace rule factory associated with this operation.