Uses of Interface
org.eclipse.core.filesystem.IFileSystem
-
Packages that use IFileSystem Package Description 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 Modifier and Type Method Description static IFileSystemEFS. getFileSystem(String scheme)Returns a file system corresponding to the given scheme.IFileSystemIFileStore. getFileSystem()Returns the file system this store belongs to.static IFileSystemEFS. getLocalFileSystem()Returns the local file system.static IFileSystemEFS. 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 Modifier and Type Class Description classFileSystemThe common superclass for all file system implementations.Methods in org.eclipse.core.filesystem.provider that return IFileSystem Modifier and Type Method Description IFileSystemFileStore. getFileSystem()The default implementation ofIFileStore.getFileSystem().
-