org.apache.qpid.info
Class SystemInfo

java.lang.Object
  extended by org.apache.qpid.info.SystemInfo

public class SystemInfo
extends Object

Collector for system specific information


Constructor Summary
SystemInfo()
           
 
Method Summary
static Map<String,String> getInfo()
          getInfo collects all the properties specified in sysprops list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInfo

public SystemInfo()
Method Detail

getInfo

public static Map<String,String> getInfo()
getInfo collects all the properties specified in sysprops list

Returns:
A Map


Licensed to the Apache Software Foundation