Package | Description |
---|---|
de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
Modifier and Type | Method and Description |
---|---|
static ServerStartupConfigKey |
ServerStartupConfigKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerStartupConfigKey[] |
ServerStartupConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractServerConfiguration.getAsBoolean(ServerStartupConfigKey key) |
double |
AbstractServerConfiguration.getAsDouble(ServerStartupConfigKey key) |
java.io.File |
AbstractServerConfiguration.getAsFile(ServerStartupConfigKey key) |
int |
AbstractServerConfiguration.getAsInt(ServerStartupConfigKey key) |
java.lang.String |
AbstractServerConfiguration.getAsString(ServerStartupConfigKey key) |
void |
AbstractServerConfiguration.put(ServerStartupConfigKey key,
boolean value) |
void |
AbstractServerConfiguration.put(ServerStartupConfigKey key,
double value) |
void |
AbstractServerConfiguration.put(ServerStartupConfigKey key,
int value) |
void |
AbstractServerConfiguration.put(ServerStartupConfigKey key,
java.lang.String value) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.