com.vinculumtech.platform.util
Class EscapedProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.vinculumtech.platform.util.EscapedProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class EscapedProperties
extends java.util.Properties

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/util/EscapedProperties.java#5 $
See Also:
Serialized Form

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

TOKEN_START

protected static final java.lang.String TOKEN_START
The start and end tokens for substitution.

See Also:
Constant Field Values

TOKEN_END

protected static final java.lang.String TOKEN_END
See Also:
Constant Field Values
Constructor Detail

EscapedProperties

public EscapedProperties()

EscapedProperties

public EscapedProperties(java.util.Properties defaults)
Method Detail

getProperty

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

getProperty

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

getEscapedProperties

public java.util.Properties getEscapedProperties()


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.