| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDecoratingEntry<E extends Entry>
An abstract decorator for an entry.
|
| Modifier and Type | Method and Description |
|---|---|
FsEntry |
FsSyncController.getEntry(FsEntryName name) |
FsEntry |
FsLockController.getEntry(FsEntryName name) |
FsEntry |
FsDecoratingController.getEntry(FsEntryName name) |
abstract FsEntry |
FsController.getEntry(FsEntryName name)
Returns the file system entry for the given name or
null if it
doesn't exist. |
| Modifier and Type | Class and Description |
|---|---|
class |
FsCovariantEntry<E extends FsArchiveEntry>
A covariant file system entry maintains a map of
archive entries and uses its
key property to determine the archive entry
in the map to which it forwards calls to FsCovariantEntry.getEntry(),
Entry.getSize(Size) and Entry.getTime(Access). |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.