Uses of Package
org.eclipse.core.internal.resources

Packages that use org.eclipse.core.internal.resources
org.eclipse.core.internal.events   
org.eclipse.core.internal.localstore   
org.eclipse.core.internal.properties   
org.eclipse.core.internal.refresh   
org.eclipse.core.internal.resources   
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.core.tests.internal.localstore   
org.eclipse.core.tests.internal.resources   
org.eclipse.core.tests.resources   
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.internal.events
ICoreConstants
           
IManager
           
ModelObject
           
Workspace
          The workspace class is the monolithic nerve center of the resources plugin.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.internal.localstore
File
          The standard implementation of IFile.
ICoreConstants
           
IManager
           
ProjectDescription
           
Resource
           
ResourceInfo
          A data structure containing the in-memory state of a resource in the workspace.
Workspace
          The workspace class is the monolithic nerve center of the resources plugin.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.internal.properties
IManager
           
Workspace
          The workspace class is the monolithic nerve center of the resources plugin.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.internal.refresh
IManager
           
InternalWorkspaceJob
          Batches the activity of a job as a single operation, without obtaining the workspace lock.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.internal.resources
AliasManager
          An alias is a resource that occupies the same file system location as another resource in the workspace.
CharsetManager
          Manages user-defined encodings as preferences in the project content area.
Container
           
ContentDescriptionManager
          Keeps a cache of recently read content descriptions.
File
          The standard implementation of IFile.
ICoreConstants
           
IManager
           
IMarkerSetElement
           
IModelObjectConstants
           
LinkDescription
          Object for describing the characteristics of linked resources that are stored in the project description.
LocalMetaArea
           
MarkerInfo
           
MarkerManager
          A marker manager stores and retrieves markers on resources in the workspace.
MarkerReader
          This class is used to read markers from disk.
MarkerSet
           
MarkerSnapshotReader
           
ModelObject
           
NatureManager
          Maintains collection of known nature descriptors, and implements nature-related algorithms provided by the workspace.
Project
           
ProjectDescription
           
Resource
           
ResourceInfo
          A data structure containing the in-memory state of a resource in the workspace.
SaveManager
           
Synchronizer
           
SyncInfoReader
          This class is used to read sync info from disk.
SyncInfoSnapReader
           
WorkManager
          The work manager governs concurrent access to the workspace tree.
Workspace
          The workspace class is the monolithic nerve center of the resources plugin.
WorkspaceDescription
           
WorkspaceTreeReader
          Default tree reader that does not read anything.
WorkspaceTreeReader_1
          Reads version 1 of the workspace tree file format.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.resources
InternalWorkspaceJob
          Batches the activity of a job as a single operation, without obtaining the workspace lock.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.resources.team
InternalTeamHook
          The internal abstract superclass of all TeamHook implementations.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.tests.internal.localstore
ICoreConstants
           
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.tests.internal.resources
InternalWorkspaceJob
          Batches the activity of a job as a single operation, without obtaining the workspace lock.
ResourceInfo
          A data structure containing the in-memory state of a resource in the workspace.
 

Classes in org.eclipse.core.internal.resources used by org.eclipse.core.tests.resources
IMarkerSetElement