E - The type of the archive entries.private static final class FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> extends Object implements Link<FsCovariantEntry<E>>
FsArchiveFileSystem.PathLink.| Modifier and Type | Field and Description |
|---|---|
(package private) String |
base |
(package private) FsCovariantEntry<E> |
entry |
| Constructor and Description |
|---|
FsArchiveFileSystem.SegmentLink(String base,
FsCovariantEntry<E> entry)
Constructs a new
SegmentLink. |
@Nullable final String base
final FsCovariantEntry<E extends FsArchiveEntry> entry
FsArchiveFileSystem.SegmentLink(@CheckForNull
String base,
FsCovariantEntry<E> entry)
SegmentLink.base - the nullable base name of the entry name.entry - the non-null file system entry for the entry
name.public FsCovariantEntry<E> getTarget()
Link
The returned object reference may be null subject to the terms
and conditions of sub-interfaces or implementations.
getTarget in interface Link<FsCovariantEntry<E extends FsArchiveEntry>>Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.