public static final class Platform.Type
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Platform.Type |
AIX |
static Platform.Type |
LINUX |
static Platform.Type |
MACOSX |
static Platform.Type |
SOLARIS |
static Platform.Type |
Unchecked |
static Platform.Type |
Unknown |
static Platform.Type |
WINDOWS |
Modifier and Type | Method and Description |
---|---|
static Platform.Type |
valueOf(java.lang.String name) |
static Platform.Type[] |
values() |
public static final Platform.Type Unchecked
public static final Platform.Type Unknown
public static final Platform.Type WINDOWS
public static final Platform.Type LINUX
public static final Platform.Type SOLARIS
public static final Platform.Type MACOSX
public static final Platform.Type AIX
public static Platform.Type[] values()
public static Platform.Type valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.