|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.jboss.netty.util.internal.SystemPropertyUtil
public class SystemPropertyUtil
Accesses the system property swallowing a SecurityException
.
方法摘要 | |
---|---|
static java.lang.String |
get(java.lang.String key)
Returns the value of the Java system property with the specified key . |
static int |
get(java.lang.String key,
int def)
Returns the value of the Java system property with the specified key , while falling back to the specified default value if
the property access fails. |
static java.lang.String |
get(java.lang.String key,
java.lang.String def)
Returns the value of the Java system property with the specified key , while falling back to the specified default value if
the property access fails. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static java.lang.String get(java.lang.String key)
key
.
null
if there's no such property or if an access to the
specified property is not allowed.public static java.lang.String get(java.lang.String key, java.lang.String def)
key
, while falling back to the specified default value if
the property access fails.
def
if there's no such property or if an access to the
specified property is not allowed.public static int get(java.lang.String key, int def)
key
, while falling back to the specified default value if
the property access fails.
def
if there's no such property or if an access to the
specified property is not allowed.
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |