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 |
---|---|
IFileTree |
IFileSystem.fetchFileTree(IFileStore root,
IProgressMonitor monitor)
Returns a file tree containing information about the complete sub-tree
rooted at the given store.
|
Modifier and Type | Class and Description |
---|---|
class |
FileTree
The abstract superclass of all
IFileTree implementations. |
Modifier and Type | Method and Description |
---|---|
IFileTree |
FileSystem.fetchFileTree(IFileStore root,
IProgressMonitor monitor)
Returns a file tree containing information about the complete sub-tree
rooted at the given store.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.