| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
static HostHelper.OSType |
HostHelper.getHostOS(String host)
Returns the O/S type for the specified host.
|
static HostHelper.OSType |
HostHelper.getLocalHostOS()
Returns the OSType of the local host O/S.
|
HostHelper.OSType |
CacheServerHelper.Record.getOSType()
Returns the cache server O/S.
|
protected HostHelper.OSType |
ClientVmRecord.getOSType() |
HostHelper.OSType |
HostDescription.getOSType() |
protected static HostHelper.OSType |
HostHelper.OSType.toLocalOSType()
Returns the OSType for this JVM, based on system property os.name.
|
protected static HostHelper.OSType |
HostHelper.OSType.toOSType(String os)
Returns the OSType for the given O/S.
|
protected static HostHelper.OSType |
HostHelper.OSType.toOSType(String os,
Long key)
Returns the OSType for the given O/S name which is assumed to have
been obtained using the given parameter key.
|
static HostHelper.OSType |
HostHelper.OSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostHelper.OSType[] |
HostHelper.OSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static char |
EnvHelper.getFileSep(HostHelper.OSType os) |
protected static char |
EnvHelper.getPathSep(HostHelper.OSType os) |
protected void |
HostDescription.setOSType(HostHelper.OSType os) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.