com.vladium.util
Class Property.SystemRedirectsLookup

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by com.vladium.util.XProperties
                  extended by com.vladium.util.Property.SystemRedirectsLookup
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
Enclosing class:
Property

private static final class Property.SystemRedirectsLookup
extends XProperties


Field Summary
private  java.util.Map m_systemRedirects
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Property.SystemRedirectsLookup(java.util.Map systemRedirects)
           
 
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, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
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_systemRedirects

private final java.util.Map m_systemRedirects
Constructor Detail

Property.SystemRedirectsLookup

Property.SystemRedirectsLookup(java.util.Map systemRedirects)
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)
Overrides:
getProperty in class java.util.Properties

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map<java.lang.Object,java.lang.Object>
Overrides:
get in class java.util.Hashtable<java.lang.Object,java.lang.Object>

keys

public java.util.Enumeration keys()
Overrides:
keys in class java.util.Hashtable<java.lang.Object,java.lang.Object>