public interface UstarEntry extends ArchiveEntry<TarEntry,TarDirectoryEntry>
TarEntry
.Modifier and Type | Method and Description |
---|---|
String |
getOwnerGroupName()
Get the name of the group that owned the file system entity that was
added to the Tar archive to make this Tar entry.
|
String |
getOwnerUserName()
Get the user name for the owner of the file system entity that was added
to the Tar archive to make this Tar entry.
|
String |
getUstarVersion()
Get the Ustar version used to create this entry.
|
getLocation, getParent
String getUstarVersion()
00
or an empty string.String getOwnerUserName()
Tar software should let this name take precedence over the numerical
owner id from TarEntry.getOwnerUid()
.
getOwnerGroupName()
String getOwnerGroupName()
Tar software should let this name take precedence over the numerical
group id from TarEntry.getOwnerGid()
.
getOwnerUserName()