public interface ServerProperties
| Modifier and Type | Method and Description |
|---|---|
Double |
getDoubleProperty(String name,
Double defaultValue)
Returns the value of the named property as a Double, or
defaultValue if no such property is found.
|
Integer |
getIntegerProperty(String name,
Integer defaultValue)
Returns the value of the named property as an Integer, or
defaultValue if no such property is found.
|
String |
getProperty(String name)
Returns the value of the property with the given name, or null if no
such property is found.
|
String |
getProperty(String name,
String defaultValue)
Returns the value of the named property, or the defaultValue if no
such property is found.
|
String getProperty(String name)
String getProperty(String name, String defaultValue)
Integer getIntegerProperty(String name, Integer defaultValue)
Copyright © 2017 Power TAC. All rights reserved.