|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UstarEntry
This interface defines the properties that an POSIX 1003.1-1988 (ustar) entry
has in addition to the properties inherited from TarEntry.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.at4j.archive.ArchiveEntry |
|---|
getLocation, getParent |
| Methods inherited from interface org.entityfs.Named |
|---|
getName |
| Methods inherited from interface org.entityfs.lock.ReadLockable |
|---|
getReadLock, isReadLockedByCurrentThread, lockForReading |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||