| Modifier and Type | Method and Description |
|---|---|
static Configuration.Platform |
Configuration.Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.Platform[] |
Configuration.Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Configuration.Platform,PlatformConfiguration> |
Configuration.getPlatformConfigurations() |
Set<Configuration.Platform> |
Configuration.getPlatforms() |
| Modifier and Type | Method and Description |
|---|---|
PlatformConfiguration |
Configuration.getPlatformConfiguration(Configuration.Platform platform) |
Configuration.DaemonMethod |
Configuration.getPlatformDaemonMethod(Configuration.Platform platform) |
String |
Configuration.getPlatformGroup(Configuration.Platform platform) |
String |
Configuration.getPlatformLogDir(Configuration.Platform platform) |
String |
Configuration.getPlatformPrefixDir(Configuration.Platform platform) |
String |
Configuration.getPlatformRunDir(Configuration.Platform platform) |
String |
Configuration.getPlatformUser(Configuration.Platform platform) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setPlatformConfigurations(Map<Configuration.Platform,PlatformConfiguration> platformConfigurations) |
void |
Configuration.setPlatforms(Set<Configuration.Platform> platforms) |
Copyright © 2012–2014 Fizzed Inc. All rights reserved.