| Package | Description |
|---|---|
| org.apache.airavata.gfac.bes.utils |
| Modifier and Type | Method and Description |
|---|---|
static OSType |
OSType.fromString(String value) |
OSType |
OSRequirement.getOSType()
Get the type of the O/S
|
static OSType |
OSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSType[] |
OSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OSRequirement.setOSType(OSType osType)
Set the type of the O/S
|
| Constructor and Description |
|---|
OSRequirement(OSType osType,
String osVersion) |
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.