Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.util
Class SystemProperties  view SystemProperties download SystemProperties.java

java.lang.Object
  extended byorg.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()