Uses of Interface
org.eclipse.core.filesystem.IFileSystem
Packages that use IFileSystem
Package
Description
Provides an interface for interacting with a file system.
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 IFileSystemModifier and TypeMethodDescriptionstatic IFileSystem
EFS.getFileSystem
(String scheme) Returns a file system corresponding to the given scheme.IFileStore.getFileSystem()
Returns the file system this store belongs to.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 IFileSystemModifier and TypeClassDescriptionclass
The common superclass for all file system implementations.Methods in org.eclipse.core.filesystem.provider that return IFileSystemModifier and TypeMethodDescriptionFileStore.getFileSystem()
The default implementation ofIFileStore.getFileSystem()
.