Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
Modifier and Type | Method and Description |
---|---|
TFileSystem |
TPath.getFileSystem()
Returns the
TFileSystem for this path. |
TFileSystem |
TFileSystemProvider.getFileSystem(URI uri)
Returns a file system for the given hierarchical
TPath
uri . |
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 . |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.