|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.schlichtherle.truezip.io.Paths.Splitter
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Checker
private class FsArchiveFileSystem.Checker
| Constructor Summary | |
|---|---|
private |
FsArchiveFileSystem.Checker()
|
| Method Summary | |
|---|---|
(package private) void |
fix(String path)
Called from a constructor to fix the parent directories of the file system entry identified by path, ensuring that all
parent directories of the file system entry exist and that they
contain the respective member. |
| Methods inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.Splitter |
|---|
getParentPath |
| Methods inherited from class de.schlichtherle.truezip.io.Paths.Splitter |
|---|
getMemberName, split |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private FsArchiveFileSystem.Checker()
| Method Detail |
|---|
void fix(String path)
path, ensuring that all
parent directories of the file system entry exist and that they
contain the respective member.
If a parent directory does not exist, it is created using an
unkown time as the last modification time - this is defined to be a
ghost directory.
If a parent directory does exist, the respective member is added
(possibly yet again) and the process is continued.
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||