public static enum AgentInfo.OsType extends Enum<AgentInfo.OsType>
| Enum Constant and Description |
|---|
DARWIN |
FREEBSD |
LINUX |
UNKNOWN |
WINDOWS |
ZOS |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameForBinary() |
static AgentInfo.OsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInfo.OsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentInfo.OsType DARWIN
public static final AgentInfo.OsType LINUX
public static final AgentInfo.OsType WINDOWS
public static final AgentInfo.OsType FREEBSD
public static final AgentInfo.OsType ZOS
public static final AgentInfo.OsType UNKNOWN
public static AgentInfo.OsType[] values()
for (AgentInfo.OsType c : AgentInfo.OsType.values()) System.out.println(c);
public static AgentInfo.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 nullpublic String getNameForBinary()
Copyright © 2016–2021. All rights reserved.