public class TarSymbolicLinkEntry extends TarEntry implements ArchiveSymbolicLinkEntry<TarEntry,TarDirectoryEntry>
Tar entry objects are always immutable.
TarDirectoryEntry
,
TarFileEntry
Modifier and Type | Method and Description |
---|---|
protected org.entityfs.entityattrs.unix.UnixEntityMode |
getDefaultEntityMode()
Subclasses implement this to return the default Unix entity mode if none
is set in the Tar file.
|
org.entityfs.el.EntityLocation<?> |
getLinkTarget()
Get the target of this symbolic link.
|
getChecksum, getEntityMode, getLastModificationTime, getOwnerGid, getOwnerUid
getCollaborator, getLocation, getName, getParent, getReadLock, isReadLockedByCurrentThread, lockForReading
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getParent
protected org.entityfs.entityattrs.unix.UnixEntityMode getDefaultEntityMode()
TarEntry
getDefaultEntityMode
in class TarEntry
public org.entityfs.el.EntityLocation<?> getLinkTarget()
AbsoluteLocation
or a RelativeLocation
relative to the
symbolic link's parent directory.getLinkTarget
in interface ArchiveSymbolicLinkEntry<TarEntry,TarDirectoryEntry>