Package org.eclipse.core.filesystem


package org.eclipse.core.filesystem
Provides an interface for interacting with a file system.

Package Specification

This package specifies the client API for the file system plug-in.  This API can be used to query and manipulate files stored in some arbitrary backing store.

Since:
org.eclipse.core.filesystem 1.0
  • Class
    Description
    This class is the main entry point for clients of the Eclipse file system API.
    A file info is a simple structure holding information about a file or directory.
    A file store is responsible for storage and retrieval of a single file in some file system.
    This is the main interface to a single file system.
    This interface is used to query a tree of file stores.
    This class provides utility methods for comparing, inspecting, and manipulating URIs.