de.schlichtherle.truezip.fs
Class FsCachingController.ProxyFileSystemEntry
java.lang.Object
de.schlichtherle.truezip.fs.FsEntry
de.schlichtherle.truezip.fs.FsDecoratingEntry<Entry>
de.schlichtherle.truezip.fs.FsCachingController.ProxyFileSystemEntry
- All Implemented Interfaces:
- Entry
- Enclosing class:
- FsCachingController
private static class FsCachingController.ProxyFileSystemEntry
- extends FsDecoratingEntry<Entry>
A file system entry proxy.
| Fields inherited from interface de.schlichtherle.truezip.entry.Entry |
NULL, UNKNOWN |
FsCachingController.ProxyFileSystemEntry
FsCachingController.ProxyFileSystemEntry(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.