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 |
---|---|
TPath |
TPath.getFileName() |
TPath |
TPath.getName(int index) |
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() |
TPath |
TPath.relativize(Path other) |
TPath |
TPath.resolve(Path other) |
TPath |
TPath.resolve(String other) |
TPath |
TPath.resolveSibling(Path other) |
TPath |
TPath.resolveSibling(String other) |
TPath |
TPath.subpath(int beginIndex,
int endIndex) |
TPath |
TPath.toAbsolutePath() |
TPath |
TPath.toNonArchivePath()
Returns a path object for the same path name, but does not detect any
archive file name patterns in the last path name segment.
|
TPath |
TRex.toPath()
Returns a path representation of this object.
|
TPath |
TPath.toPath() |
TPath |
TFile.toPath() |
TPath |
TPath.toRealPath(LinkOption... options) |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.