|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ant.compress.util.EntryHelper
public class EntryHelper
Helper methods that gloss over API differences between the ArchiveEntry implementations of Apache Commons Compress 1.1.
Field Summary | |
---|---|
static int |
UNKNOWN_ID
|
Method Summary | |
---|---|
static int |
getGroupId(ArchiveEntry entry)
Extracts the group id an entry. |
static int |
getMode(ArchiveEntry entry)
Extracts the permission bits from an entry. |
static int |
getUserId(ArchiveEntry entry)
Extracts the user id an entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int UNKNOWN_ID
Method Detail |
---|
public static int getMode(ArchiveEntry entry)
public static int getUserId(ArchiveEntry entry)
public static int getGroupId(ArchiveEntry entry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |