org.at4j.tar
Class PaxSymbolicLinkEntry
java.lang.Object
org.at4j.archive.AbstractArchiveEntry<TarEntry,TarDirectoryEntry>
org.at4j.tar.TarEntry
org.at4j.tar.TarSymbolicLinkEntry
org.at4j.tar.UstarSymbolicLinkEntry
org.at4j.tar.PaxSymbolicLinkEntry
- All Implemented Interfaces:
- ArchiveEntry<TarEntry,TarDirectoryEntry>, ArchiveSymbolicLinkEntry<TarEntry,TarDirectoryEntry>, PaxEntry, UstarEntry, Lockable, ReadLockable, Named
public class PaxSymbolicLinkEntry
- extends UstarSymbolicLinkEntry
- implements PaxEntry
This object represents a symbolic link entry created with a POSIX-1.2001
compatible version of tar.
Tar entry objects are always immutable.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
PaxDirectoryEntry
,
PaxFileEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPaxVariables
public Map<String,String> getPaxVariables()
- Description copied from interface:
PaxEntry
- Get a read only map containing this entry's PAX variables.
- Specified by:
getPaxVariables
in interface PaxEntry
- Returns:
- A map containing this entry's PAX variables.