| Modifier and Type | Field and Description |
|---|---|
private TPath |
TFileSystem.FsEntryAttributeView.path |
| Modifier and Type | Method and Description |
|---|---|
TPath |
TPath.getFileName() |
TPath |
TPath.getName(int index) |
(package private) TPath |
TPath.getNonArchivePath() |
TPath |
TPath.getParent() |
TPath |
TFileSystem.getPath(String first,
String... more)
Constructs a new path from the given sub path strings.
|
TPath |
TFileSystemProvider.getPath(URI name)
Returns a
TPath for the given hierarchical name. |
TPath |
TPath.getRoot() |
TPath |
TPath.normalize() |
private static TPath |
TFileSystemProvider.promote(java.nio.file.Path path) |
TPath |
TPath.relativize(java.nio.file.Path other) |
TPath |
TPath.resolve(java.nio.file.Path other) |
TPath |
TPath.resolve(String other) |
private TPath |
TPath.resolve(URI m) |
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 |
|---|---|
(package private) void |
TFileSystem.checkAccess(TPath path,
java.nio.file.AccessMode... modes) |
int |
TPath.TPathComparator.compare(TPath p1,
TPath p2) |
int |
TPath.WindowsTPathComparator.compare(TPath p1,
TPath p2) |
private static void |
TFileSystemProvider.copy(TPath src,
TPath dst,
java.nio.file.CopyOption... options) |
(package private) void |
TFileSystem.createDirectory(TPath path,
java.nio.file.attribute.FileAttribute<?>... attrs) |
private static void |
TFileSystemProvider.delete(TPath path) |
(package private) void |
TFileSystem.delete(TPath path) |
(package private) boolean |
TPath.TPathComparator.equals(TPath p1,
TPath p2) |
(package private) boolean |
TPath.WindowsTPathComparator.equals(TPath p1,
TPath p2) |
(package private) FsEntry |
TFileSystem.getEntry(TPath path) |
(package private) <V extends java.nio.file.attribute.FileAttributeView> |
TFileSystem.getFileAttributeView(TPath path,
Class<V> type,
java.nio.file.LinkOption... options) |
(package private) TFileSystem |
TFileSystemProvider.getFileSystem(TPath path)
Obtains a file system for the given 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) int |
TPath.TPathComparator.hashCode(TPath p) |
(package private) int |
TPath.WindowsTPathComparator.hashCode(TPath p) |
private static void |
TFileSystemProvider.move(TPath source,
TPath target,
java.nio.file.CopyOption... options) |
(package private) SeekableByteChannel |
TFileSystem.newByteChannel(TPath path,
Set<? extends java.nio.file.OpenOption> options,
java.nio.file.attribute.FileAttribute<?>... attrs) |
(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) |
(package private) InputStream |
TFileSystem.newInputStream(TPath path,
java.nio.file.OpenOption... options) |
(package private) OutputStream |
TFileSystem.newOutputStream(TPath path,
java.nio.file.OpenOption... options) |
(package private) <A extends java.nio.file.attribute.BasicFileAttributes> |
TFileSystem.readAttributes(TPath path,
Class<A> type,
java.nio.file.LinkOption... options) |
| Constructor and Description |
|---|
TFileSystem.FsEntryAttributes(TPath path) |
TFileSystem.FsEntryAttributeView(TPath path) |
TFileSystem(TPath path) |
TPath.SegmentIterator(TPath path) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.