| Modifier and Type | Field and Description |
|---|---|
private TFileSystem |
TPath.fileSystem |
| Modifier and Type | Field and Description |
|---|---|
private Map<FsMountPoint,TFileSystem> |
TFileSystemProvider.fileSystems |
| Modifier and Type | Method and Description |
|---|---|
TFileSystem |
TPath.getFileSystem()
Returns the
TFileSystem for this path. |
(package private) TFileSystem |
TFileSystemProvider.getFileSystem(TPath path)
Obtains a file system for the given path.
|
TFileSystem |
TFileSystemProvider.getFileSystem(URI uri)
Returns a file system for the given hierarchical
TPath
uri. |
private TFileSystem |
TPath.getFileSystem0() |
TFileSystem |
TFileSystemProvider.newFileSystem(Path path,
Map<String,?> configuration)
Scans the given
path for prospective archive files using the
given configuration and returns the file system for the
innermost prospective archive file or throws an
UnsupportedOperationException if no prospective archive file is
detected. |
TFileSystem |
TFileSystemProvider.newFileSystem(URI uri,
Map<String,?> configuration)
Returns a file system for the given hierarchical
TPath
uri. |
| Constructor and Description |
|---|
TPath(TFileSystem fileSystem,
String first,
String... more)
Constructs a new path from the given file system and sub path strings.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.