| Modifier and Type | Field and Description |
|---|---|
private TPath |
TFileSystemProvider.FsEntryAttributeView.path |
| Modifier and Type | Method and Description |
|---|---|
TPath |
TPath.getFileName() |
TPath |
TPath.getName(int index) |
TPath |
TPath.getParent() |
TPath |
TFileSystem.getPath(String first,
String... more) |
TPath |
TFileSystemProvider.getPath(URI uri) |
TPath |
TPath.getRoot() |
TPath |
TPath.normalize() |
(package private) static TPath |
TPath.promote(java.nio.file.Path path) |
TPath |
TPath.relativize(java.nio.file.Path other) |
TPath |
TPath.resolve(String other) |
TPath |
TPath.resolveSibling(java.nio.file.Path other) |
TPath |
TPath.resolveSibling(String other) |
TPath |
TPath.subpath(int beginIndex,
int endIndex) |
TPath |
TPath.toAbsolutePath() |
TPath |
TPath.toRealPath(java.nio.file.LinkOption... options) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TFileSystemProvider.checkContains(TPath a,
TPath b) |
private void |
TFileSystemProvider.copy0(TPath source,
TPath target,
java.nio.file.CopyOption... options) |
(package private) void |
TFileSystem.createDirectory(TPath path,
java.nio.file.attribute.FileAttribute<?>... attrs) |
(package private) void |
TFileSystem.delete(TPath path) |
private void |
TFileSystemProvider.delete0(TPath path) |
static TFileSystemProvider |
TFileSystemProvider.get(TPath path)
Obtains a file system provider for the given path.
|
(package private) static TFileSystem |
TFileSystem.get(TPath path) |
(package private) FsEntry |
TFileSystem.getEntry(TPath path) |
(package private) InputSocket<?> |
TFileSystem.getInputSocket(TPath path,
BitField<FsInputOption> options) |
(package private) OutputSocket<?> |
TFileSystem.getOutputSocket(TPath path,
BitField<FsOutputOption> options,
Entry template) |
(package private) java.nio.file.DirectoryStream<java.nio.file.Path> |
TFileSystem.newDirectoryStream(TPath path,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) |
| Constructor and Description |
|---|
TFileSystemProvider.FsEntryAttributes(TPath path) |
TFileSystemProvider.FsEntryAttributeView(TPath path) |
TPath(TPath parent,
String first,
String... more) |
TPath(TPath parent,
TArchiveDetector detector,
String first,
String... more) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.