|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.vladium.util.XProperties
com.vladium.util.Property.SystemRedirectsLookup
private static final class Property.SystemRedirectsLookup
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, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
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 |
---|
private final java.util.Map m_systemRedirects
Constructor Detail |
---|
Property.SystemRedirectsLookup(java.util.Map systemRedirects)
Method Detail |
---|
public java.lang.String getProperty(java.lang.String key)
getProperty
in class java.util.Properties
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map<java.lang.Object,java.lang.Object>
get
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
public java.util.Enumeration keys()
keys
in class java.util.Hashtable<java.lang.Object,java.lang.Object>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |