js.na
Class LinuxPropertyProvider

java.lang.Object
  extended by js.na.LinuxPropertyProvider
All Implemented Interfaces:
SystemPropertyProvider

public class LinuxPropertyProvider
extends java.lang.Object
implements SystemPropertyProvider


Field Summary
(package private)  boolean collectStatic
           
(package private)  java.util.Hashtable hashtable
           
(package private)  java.util.Hashtable newProps
           
 
Constructor Summary
LinuxPropertyProvider()
           
 
Method Summary
 java.util.Hashtable getProperties()
           
 void loadNewValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashtable

java.util.Hashtable hashtable

newProps

java.util.Hashtable newProps

collectStatic

boolean collectStatic
Constructor Detail

LinuxPropertyProvider

public LinuxPropertyProvider()
Method Detail

loadNewValues

public void loadNewValues()
Specified by:
loadNewValues in interface SystemPropertyProvider

getProperties

public java.util.Hashtable getProperties()
Specified by:
getProperties in interface SystemPropertyProvider