Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.resources.mapping |
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
IResource.accept(IResourceVisitor visitor)
Accepts the given visitor.
|
void |
IResource.accept(IResourceVisitor visitor,
int depth,
boolean includePhantoms)
Accepts the given visitor.
|
void |
IResource.accept(IResourceVisitor visitor,
int depth,
int memberFlags)
Accepts the given visitor.
|
void |
ISynchronizer.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTraversal.accept(IResourceVisitor visitor)
Visits all existing resources defined by this traversal.
|
void |
ResourceMapping.accept(ResourceMappingContext context,
IResourceVisitor visitor,
IProgressMonitor monitor)
Accepts the given visitor for all existing resources in this mapping.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.