Uses of Interface
org.eclipse.core.resources.IResourceVisitor
Packages that use IResourceVisitor
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IResourceVisitor in org.eclipse.core.resources
Methods in org.eclipse.core.resources with parameters of type IResourceVisitorModifier and TypeMethodDescriptionvoidIResource.accept(IResourceVisitor visitor) Accepts the given visitor.voidIResource.accept(IResourceVisitor visitor, int depth, boolean includePhantoms) Accepts the given visitor.voidIResource.accept(IResourceVisitor visitor, int depth, int memberFlags) Accepts the given visitor.voidISynchronizer.accept(QualifiedName partner, IResource start, IResourceVisitor visitor, int depth) Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource. -
Uses of IResourceVisitor in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping with parameters of type IResourceVisitorModifier and TypeMethodDescriptionvoidResourceMapping.accept(ResourceMappingContext context, IResourceVisitor visitor, IProgressMonitor monitor) Accepts the given visitor for all existing resources in this mapping.voidResourceTraversal.accept(IResourceVisitor visitor) Visits all existing resources defined by this traversal. -
Uses of IResourceVisitor in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IResourceVisitorModifier and TypeClassDescriptionclassA simple resource visitor that allows to find one or more files by name in aIContainer