de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry>
java.lang.Object
de.schlichtherle.truezip.fs.FsEntry
de.schlichtherle.truezip.fs.FsDecoratingEntry<E>
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry<E>
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.FileEntry<E>
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedFileEntry<E>
de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemEntry.NamedSpecialFileEntry<E>
- All Implemented Interfaces:
- Entry
- Enclosing class:
- FsArchiveFileSystemEntry<E extends FsArchiveEntry>
private static class FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry>
- extends FsArchiveFileSystemEntry.NamedFileEntry<E>
A named special file entry.
| Fields inherited from interface de.schlichtherle.truezip.entry.Entry |
NULL, UNKNOWN |
|
Method Summary |
Entry.Type |
getType()
Returns the type of this entry or null if and only if this entry
does not exist. |
FsArchiveFileSystemEntry.NamedSpecialFileEntry
FsArchiveFileSystemEntry.NamedSpecialFileEntry(E entry,
String path)
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 FsArchiveFileSystemEntry.FileEntry<E extends FsArchiveEntry>
- Returns:
- The type of this entry or
null if and only if this entry
does not exist.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.