| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) FsCovariantEntry<E> |
FsArchiveFileSystem.SegmentLink.entry |
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,FsCovariantEntry<E>> |
FsArchiveFileSystem.EntryTable.map
The map of covariant file system entries.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) FsCovariantEntry<E> |
FsArchiveFileSystem.EntryTable.add(String path,
E ae) |
FsCovariantEntry<E> |
FsCovariantEntry.clone(FsArchiveDriver<E> driver)
Returns a deep clone of this covariant file system entry.
|
(package private) FsCovariantEntry<E> |
FsArchiveFileSystem.EntryTable.get(String path) |
(package private) FsCovariantEntry<E> |
FsArchiveFileSystem.getEntry(FsEntryName name)
Returns a covariant file system entry or
null if no file system
entry exists for the given name. |
FsCovariantEntry<E> |
FsArchiveFileSystem.PathLink.getTarget() |
FsCovariantEntry<E> |
FsArchiveFileSystem.SegmentLink.getTarget() |
(package private) FsCovariantEntry<E> |
FsArchiveFileSystem.EntryTable.remove(String path) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<FsCovariantEntry<E>> |
FsArchiveFileSystem.iterator() |
(package private) Iterator<FsCovariantEntry<E>> |
FsArchiveFileSystem.EntryTable.iterator() |
| Constructor and Description |
|---|
FsArchiveFileSystem.SegmentLink(String base,
FsCovariantEntry<E> entry)
Constructs a new
SegmentLink. |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.