TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsCachingController.ProxyFileSystemEntry

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.ProxyFileSystemEntry
All Implemented Interfaces:
Entry
Enclosing class:
FsCachingController

private static class FsCachingController.ProxyFileSystemEntry
extends FsDecoratingEntry<Entry>

A file system entry proxy.


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.ProxyFileSystemEntry(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.ProxyFileSystemEntry

FsCachingController.ProxyFileSystemEntry(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-rc1

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