de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystem.Splitter
java.lang.Object
de.schlichtherle.truezip.io.Paths.Splitter
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter
- Direct Known Subclasses:
- FsArchiveFileSystem.Checker
- Enclosing class:
- FsArchiveFileSystem<E extends FsArchiveEntry>
private static class FsArchiveFileSystem.Splitter
- extends Paths.Splitter
Splits a path name into a parent path name and a base path.
|
Method Summary |
String |
getParentPath()
Like its super class implementation, but substitutes ROOT
for null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FsArchiveFileSystem.Splitter
FsArchiveFileSystem.Splitter()
getParentPath
@NonNull
public String getParentPath()
- Like its super class implementation, but substitutes
ROOT
for null.
- Overrides:
getParentPath in class Paths.Splitter
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.