|
eXo Kernel :: Commons Utils 2.4.13-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.utils.PrivilegedSystemHelper
public class PrivilegedSystemHelper
| Constructor Summary | |
|---|---|
PrivilegedSystemHelper()
|
|
| Method Summary | |
|---|---|
static Properties |
getProperties()
Gets system properties in privileged mode. |
static String |
getProperty(String key)
Gets system property in privileged mode. |
static String |
getProperty(String key,
String def)
Gets system property in privileged mode. |
static URL |
getResource(String name)
Get resource in privileged mode. |
static InputStream |
getResourceAsStream(String name)
Get resource as stream in privileged mode. |
static void |
setProperty(String key,
String value)
Gets system property in privileged mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrivilegedSystemHelper()
| Method Detail |
|---|
public static String getProperty(String key)
key -
public static Properties getProperties()
key -
public static void setProperty(String key,
String value)
key -
public static String getProperty(String key,
String def)
key - def -
public static URL getResource(String name)
key - def -
public static InputStream getResourceAsStream(String name)
key - def -
|
eXo Kernel :: Commons Utils 2.4.13-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||