|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.util
Class SystemProperties

java.lang.Objectorg.activemq.util.SystemProperties
- public class SystemProperties
- extends java.lang.Object
Helper class for accessing System properties
- Version:
- $Revision: 1.1.1.1 $
| Field Summary | |
private static boolean |
canAccessSystemProperties
|
private static java.util.Properties |
defaultProperties
|
private static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
SystemProperties()
|
|
| Method Summary | |
static java.util.Properties |
getSystemProperties()
|
static java.lang.String |
getUserName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
private static final org.apache.commons.logging.Log log
canAccessSystemProperties
private static final boolean canAccessSystemProperties
defaultProperties
private static final java.util.Properties defaultProperties
| Constructor Detail |
SystemProperties
public SystemProperties()
| Method Detail |
getSystemProperties
public static java.util.Properties getSystemProperties()
getUserName
public static java.lang.String getUserName()
|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.util.SystemProperties