de.schlichtherle.truezip.fs
Class FsCachingController.CacheEntry
java.lang.Object
de.schlichtherle.truezip.fs.FsEntry
de.schlichtherle.truezip.fs.FsDecoratingEntry<Entry>
de.schlichtherle.truezip.fs.FsCachingController.CacheEntry
- All Implemented Interfaces:
- Entry
- Enclosing class:
- FsCachingController
private static class FsCachingController.CacheEntry
- extends FsDecoratingEntry<Entry>
A proxy entry for hiding socket connections.
| Fields inherited from interface de.schlichtherle.truezip.entry.Entry |
NULL, UNKNOWN |
FsCachingController.CacheEntry
FsCachingController.CacheEntry(Entry entry)
getMembers
public Set<String> getMembers()
- Description copied from class:
FsEntry
- If this is not a directory entry,
null is returned.
Otherwise, an unmodifiable set of strings is returned which
represent the base names of the members of this directory entry.
- Specified by:
getMembers in class FsEntry
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.