|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Dictionary java.util.Hashtable java.util.Properties com.vinculumtech.platform.util.EscapedProperties
Field Summary | |
protected static java.lang.String |
TOKEN_END
|
protected static java.lang.String |
TOKEN_START
The start and end tokens for substitution. |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
EscapedProperties()
|
|
EscapedProperties(java.util.Properties defaults)
|
Method Summary | |
java.util.Properties |
getEscapedProperties()
|
java.lang.String |
getProperty(java.lang.String key)
|
java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue)
|
Methods inherited from class java.util.Properties |
list, list, load, propertyNames, save, setProperty, store |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final java.lang.String TOKEN_START
protected static final java.lang.String TOKEN_END
Constructor Detail |
public EscapedProperties()
public EscapedProperties(java.util.Properties defaults)
Method Detail |
public java.lang.String getProperty(java.lang.String key)
public java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
public java.util.Properties getEscapedProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |