TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEntry.NamedFileEntry<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>
                  extended by de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedFileEntry<E>
All Implemented Interfaces:
Entry
Direct Known Subclasses:
FsArchiveFileSystemEntry.NamedSpecialFileEntry
Enclosing class:
FsArchiveFileSystemEntry<E extends FsArchiveEntry>

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

A named file entry.


Nested Class Summary
 
Nested classes/interfaces inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry
FsArchiveFileSystemEntry.HybridEntry<E extends FsArchiveEntry>
 
Nested classes/interfaces inherited from interface de.schlichtherle.truezip.entry.Entry
Entry.Access, Entry.Size, Entry.Type
 
Field Summary
(package private)  String path
           
 
Fields inherited from class de.schlichtherle.truezip.fs.FsDecoratingEntry
delegate
 
Fields inherited from interface de.schlichtherle.truezip.entry.Entry
NULL, UNKNOWN
 
Constructor Summary
FsArchiveFileSystemEntry.NamedFileEntry(E entry, String path)
          Decorates the given archive entry.
 
Method Summary
 String getName()
          Returns a string representation of the file system entry name.
 
Methods inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.FileEntry
getMembers, getType
 
Methods inherited from class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry
add, clone, create, getEntry, remove
 
Methods inherited from class de.schlichtherle.truezip.fs.FsDecoratingEntry
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
 

Field Detail

path

final String path
Constructor Detail

FsArchiveFileSystemEntry.NamedFileEntry

FsArchiveFileSystemEntry.NamedFileEntry(E entry,
                                        String path)
Decorates the given archive entry.

Method Detail

getName

public final String getName()
Description copied from class: FsEntry
Returns a string representation of the file system entry name.

Specified by:
getName in interface Entry
Overrides:
getName in class FsDecoratingEntry<E extends FsArchiveEntry>
Returns:
A string representation of the file system entry name.
See Also:
EntryName.create(String)

TrueZIP Kernel 7.0-rc2

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