TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs
Class FsCachingController.CacheEntry

java.lang.Object
  extended by de.schlichtherle.truezip.fs.FsEntry
      extended by de.schlichtherle.truezip.fs.FsDecoratingEntry<Entry>
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.schlichtherle.truezip.entry.Entry
Entry.Access, Entry.Size, Entry.Type
 
Field Summary
 
Fields inherited from class de.schlichtherle.truezip.fs.FsDecoratingEntry
delegate
 
Fields inherited from interface de.schlichtherle.truezip.entry.Entry
NULL, UNKNOWN
 
Constructor Summary
FsCachingController.CacheEntry(Entry entry)
           
 
Method Summary
 Set<String> getMembers()
          If this is not a directory entry, null is returned.
 
Methods inherited from class de.schlichtherle.truezip.fs.FsDecoratingEntry
getName, getSize, getTime, getType, toString
 
Methods inherited from class de.schlichtherle.truezip.fs.FsEntry
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsCachingController.CacheEntry

FsCachingController.CacheEntry(Entry entry)
Method Detail

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

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.