TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry>

java.lang.Object
  extended by de.schlichtherle.truezip.fs.FsEntry
      extended by de.schlichtherle.truezip.fs.FsDecoratingEntry<E>
          extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry<E>
              extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.FileEntry<E>
All Implemented Interfaces:
Entry
Direct Known Subclasses:
FsArchiveFileSystemEntry.NamedFileEntry
Enclosing class:
FsArchiveFileSystemEntry<E extends FsArchiveEntry>

private static class FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry>
extends FsArchiveFileSystemEntry<E>

A file entry.


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
FsArchiveFileSystemEntry.FileEntry(E entry)
          Decorates the given archive entry.
 
Method Summary
 Set<String> getMembers()
          If this is not a directory entry, null is returned.
 Entry.Type getType()
          Returns the type of this entry or null if and only if this entry does not exist.
 
Methods inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry
add, clone, create, create, getEntry, remove
 
Methods inherited from class de.schlichtherle.truezip.fs.FsDecoratingEntry
getName, getSize, getTime, 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

FsArchiveFileSystemEntry.FileEntry

FsArchiveFileSystemEntry.FileEntry(E entry)
Decorates the given archive entry.

Method Detail

getType

public Entry.Type getType()
Description copied from interface: Entry
Returns the type of this entry or null if and only if this entry does not exist.

Specified by:
getType in interface Entry
Overrides:
getType in class FsDecoratingEntry<E extends FsArchiveEntry>
Returns:
The type of this entry or null if and only if this entry does not exist.

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.