com.vladium.util
Class Property.SystemPropertyLookup

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.vladium.util.XProperties
                  extended bycom.vladium.util.Property.SystemPropertyLookup
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
Property

private static final class Property.SystemPropertyLookup
extends XProperties


Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private  java.lang.String m_systemPrefix
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
(package private) Property.SystemPropertyLookup(java.lang.String systemPrefix)
           
 
Method Summary
 java.lang.Object get(java.lang.Object key)
           
 java.lang.String getProperty(java.lang.String key)
           
 java.util.Enumeration keys()
           
 
Methods inherited from class com.vladium.util.XProperties
list, list
 
Methods inherited from class java.util.Properties
getProperty, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_systemPrefix

private final java.lang.String m_systemPrefix
Constructor Detail

Property.SystemPropertyLookup

Property.SystemPropertyLookup(java.lang.String systemPrefix)
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)

get

public java.lang.Object get(java.lang.Object key)

keys

public java.util.Enumeration keys()