Package org.eclipse.cbi.common.util
Enum ZipPosixPermissionFixer.CentralDirectoryHeader.Platform
java.lang.Object
java.lang.Enum<ZipPosixPermissionFixer.CentralDirectoryHeader.Platform>
org.eclipse.cbi.common.util.ZipPosixPermissionFixer.CentralDirectoryHeader.Platform
- All Implemented Interfaces:
Serializable
,Comparable<ZipPosixPermissionFixer.CentralDirectoryHeader.Platform>
,java.lang.constant.Constable
- Enclosing class:
ZipPosixPermissionFixer.CentralDirectoryHeader
static enum ZipPosixPermissionFixer.CentralDirectoryHeader.Platform
extends Enum<ZipPosixPermissionFixer.CentralDirectoryHeader.Platform>
0 - MS-DOS and OS/2 (FAT / VFAT / FAT32 file systems)
1 - Amiga 2 - OpenVMS
3 - UNIX 4 - VM/CMS
5 - Atari ST 6 - OS/2 H.P.F.S.
7 - Macintosh 8 - Z-System
9 - CP/M 10 - Windows NTFS
11 - MVS (OS/390 - Z/OS) 12 - VSE
13 - Acorn Risc 14 - VFAT
15 - alternate MVS 16 - BeOS
17 - Tandem 18 - OS/400
19 - OS X (Darwin) 20 thru 255 - unused
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
MSDOS_OS2
-
AMIGA
-
OPEN_VMS
-
UNIX
-
VM_CMS
-
ATARI_ST
-
OS2_HPFS
-
MACINTOSH
-
Z_SYSTEM
-
CP_M
-
WINDOWS_NTFS
-
MVS
-
VSE
-
ACORN_RISC
-
VFAT
-
ALTERNATE_MVS
-
BEOS
-
TANDEM
-
OS_400
-
OSX
-
UNKNOWN
-
-
Field Details
-
value
private final int value
-
-
Constructor Details
-
Platform
private Platform(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromValue
-