de.schlichtherle.truezip.fs.archive
Class FsArchiveFileSystemEntry.FileEntry<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>
- 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.
| Fields inherited from interface de.schlichtherle.truezip.entry.Entry |
NULL, UNKNOWN |
|
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. |
FsArchiveFileSystemEntry.FileEntry
FsArchiveFileSystemEntry.FileEntry(E entry)
- Decorates the given archive entry.
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.