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.NamedSpecialFileEntry<E>
- All Implemented Interfaces:
- Entry
- Enclosing class:
- FsArchiveFileSystemEntry<E extends FsArchiveEntry>
private static class FsArchiveFileSystemEntry.NamedSpecialFileEntry<E extends FsArchiveEntry>
- extends FsArchiveFileSystemEntry<E>
A named special file entry.
| Fields inherited from interface de.schlichtherle.truezip.entry.Entry |
NULL, UNKNOWN |
path
final String path
FsArchiveFileSystemEntry.NamedSpecialFileEntry
FsArchiveFileSystemEntry.NamedSpecialFileEntry(String path,
E entry)
getName
public 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(java.lang.String, java.lang.String)
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.