Package org.eclipse.core.resources
package org.eclipse.core.resources
Provides basic support for managing a workspace and
its resources.
Package Specification
This package specifies the principal API for the Resources plug-in. The resources plug-in defines the notions ofWorkspaces
and Resources
.
The workspace's resource model is very similar to a file system.
All resources are backed by a real file or directory in some backing file
system. They are stored in their native form (i.e., no extra bytes
or markup) using their normal names.
In addition to basic resource management, the Resources plug-in supports
various workspace lifecycle events such as save and snapshot, and resource
change events.
-
ClassDescriptionA description of a file info matcher.Build Configurations provide a mechanism for orthogonal configuration specific builds within a single project.Stores information about the context in which a builder was called.A builder command names a builder and supplies a table of name-value argument pairs.Interface for resources which may contain other resources (termed its members).Implementations of this interface are capable of determining a set of projects which a given project depends upon.A storage that knows how its contents are encoded.Files are leaf resources which contain data.Deprecated.A previous state of a file stored in the workspace's local history.A filter descriptor contains information about a filter type obtained from the plug-in manifest (
plugin.xml
) files.Folders may be leaf or non-leaf resources and may contain files and/or other folders.This interfaces extendsIncrementalProjectBuilder
.Markers are a general mechanism for associating notes and meta-data with resources.A marker delta describes the change to a single marker.The abstract base class for all incremental project builders.Describes a change in a path variable.An interface to be implemented by objects interested in path variable creation, removal and value change events.Manages a collection of path variables and resolves paths containing a variable reference.A project is a type of resource which groups resources into buildable, reusable units.A project description contains the meta-data required to define a project.Interface for project nature runtime classes.A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml
) file.The workspace analog of file system files and directories.Resource change events describe changes to resources.A resource change listener is notified of changes to resources in the workspace.A resource delta represents changes in the state of a resource tree between two discrete points in time.An objects that visits resource deltas.A description of a resource filter.A lightweight interface for requesting information about a resource.This interface is implemented by objects that visit resource trees.A resource rule factory returns scheduling rules for API methods that modify the workspace.Represents status related to resources in the Resources plug-in and defines the relevant status code constants.This interface is implemented by objects that visit resource trees.A context for workspacesave
operations.A data structure returned byIWorkspace.addSaveParticipant(org.eclipse.core.runtime.Plugin, ISaveParticipant)
containing a save number and an optional resource delta.A participant in the saving of the workspace.A storage object represents a set of bytes which can be accessed.A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchronization information (a byte array).Workspaces are the basis for Eclipse Platform resource management.Data structure for holding the multi-part outcome ofIWorkspace.computeProjectOrder
.A workspace description represents the workspace preferences.A root resource represents the top of the resource hierarchy in a workspace.This interface is structurally equivalent toICoreRunnable
.Object representing the project scope in the Eclipse preferences hierarchy.This class represents platform specific attributes of files.The plug-in runtime class for the Resources plug-in.A job that makes an atomic modification to the workspace.
FileModificationValidator
instead of implementing this interface