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, getOwnerUidgetCollaborator, getLocation, getName, getParent, getReadLock, isReadLockedByCurrentThread, lockForReadingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, getParentprotected org.entityfs.entityattrs.unix.UnixEntityMode getDefaultEntityMode()
TarEntrygetDefaultEntityMode in class TarEntrypublic org.entityfs.el.EntityLocation<?> getLinkTarget()
AbsoluteLocation or a RelativeLocation relative to the
symbolic link's parent directory.getLinkTarget in interface ArchiveSymbolicLinkEntry<TarEntry,TarDirectoryEntry>