Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
protected Executable.OS |
Executable.mOs
Os the executable is compiled for
|
Modifier and Type | Method and Description |
---|---|
Executable.OS |
Executable.getOS()
Get the OS the Executable is compiled for
|
static Executable.OS |
Executable.OS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Executable.OS[] |
Executable.OS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Executable |
Executable.setOS(Executable.OS os)
Set the OS the executable is compiled for
|