public static enum HardLink.OSType extends Enum<HardLink.OSType>
| Enum Constant and Description |
|---|
OS_TYPE_FREEBSD |
OS_TYPE_MAC |
OS_TYPE_SOLARIS |
OS_TYPE_UNIX |
OS_TYPE_WIN |
| Modifier and Type | Method and Description |
|---|---|
static HardLink.OSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardLink.OSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HardLink.OSType OS_TYPE_UNIX
public static final HardLink.OSType OS_TYPE_WIN
public static final HardLink.OSType OS_TYPE_SOLARIS
public static final HardLink.OSType OS_TYPE_MAC
public static final HardLink.OSType OS_TYPE_FREEBSD
public static HardLink.OSType[] values()
for (HardLink.OSType c : HardLink.OSType.values()) System.out.println(c);
public static HardLink.OSType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 Apache Software Foundation. All rights reserved.