public class SystemConfigVarManager
extends java.lang.Object
| 构造器和说明 |
|---|
SystemConfigVarManager()
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getConfigBoolean(java.lang.String key) |
java.lang.Integer |
getConfigInteger(java.lang.String key) |
int |
getConfigInteger(java.lang.String key,
int defaultValue) |
java.lang.String |
getConfigVar(java.lang.String key) |
java.lang.String |
getConfigVar(java.lang.String key,
java.lang.String defaultValue) |
public java.lang.String getConfigVar(java.lang.String key)
key - the configuration variable namepublic java.lang.String getConfigVar(java.lang.String key,
java.lang.String defaultValue)
key - the configuration variable namedefaultValue - returns this value is the configuration variable is not setpublic boolean getConfigBoolean(java.lang.String key)
key - the configuration variable namepublic java.lang.Integer getConfigInteger(java.lang.String key)
key - the configuration variable namepublic int getConfigInteger(java.lang.String key,
int defaultValue)
key - the configuration variable namedefaultValue - returns this value is the configuration variable is not setCopyright © 2008 Actuate Corp. All rights reserved.