Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.core.filesystem.IFileSystem

Packages that use IFileSystem
org.eclipse.core.filesystem Provides an interface for interacting with a file system.  
org.eclipse.core.filesystem.provider Provides an API to be extended by a file system implementation.  
 

Uses of IFileSystem in org.eclipse.core.filesystem
 

Methods in org.eclipse.core.filesystem that return IFileSystem
 IFileSystem IFileStore.getFileSystem()
          Returns the file system this store belongs to.
static IFileSystem EFS.getFileSystem(String scheme)
          Returns a file system corresponding to the given scheme.
static IFileSystem EFS.getLocalFileSystem()
          Returns the local file system.
static IFileSystem EFS.getNullFileSystem()
          Returns the null file system.
 

Uses of IFileSystem in org.eclipse.core.filesystem.provider
 

Classes in org.eclipse.core.filesystem.provider that implement IFileSystem
 class FileSystem
          The common superclass for all file system implementations.
 

Methods in org.eclipse.core.filesystem.provider that return IFileSystem
 IFileSystem FileStore.getFileSystem()
          The default implementation of IFileStore.getFileSystem().
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.