Package | Description |
---|---|
org.eclipse.cbi.common.util |
Modifier and Type | Method and Description |
---|---|
static ZipPosixPermissionFixer.CentralDirectoryHeader.Platform |
ZipPosixPermissionFixer.CentralDirectoryHeader.Platform.fromValue(int value) |
ZipPosixPermissionFixer.CentralDirectoryHeader.Platform |
ZipPosixPermissionFixer.CentralDirectoryHeader.platform()
The upper byte indicates the compatibility of the file
attribute information.
|
static ZipPosixPermissionFixer.CentralDirectoryHeader.Platform |
ZipPosixPermissionFixer.CentralDirectoryHeader.Platform.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZipPosixPermissionFixer.CentralDirectoryHeader.Platform[] |
ZipPosixPermissionFixer.CentralDirectoryHeader.Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|