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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystem
The common superclass for all file system implementations.
|
Modifier and Type | Method and Description |
---|---|
IFileSystem |
FileStore.getFileSystem()
The default implementation of
IFileStore.getFileSystem() . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.