js.na
Class GenericPropertyProvider

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

public class GenericPropertyProvider
extends java.lang.Object
implements SystemPropertyProvider


Field Summary
(package private)  java.util.Hashtable newProps
           
 
Constructor Summary
GenericPropertyProvider()
           
 
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

newProps

java.util.Hashtable newProps
Constructor Detail

GenericPropertyProvider

public GenericPropertyProvider()
Method Detail

loadNewValues

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

getProperties

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