org.apache.openejb.util
Class PropertyPlaceHolderHelper

java.lang.Object
  extended by org.apache.openejb.util.PropertyPlaceHolderHelper

public final class PropertyPlaceHolderHelper
extends Object


Field Summary
static String CIPHER_PREFIX
           
static org.apache.commons.lang3.text.StrSubstitutor SUBSTITUTOR
           
 
Method Summary
static Properties holds(Properties properties)
           
static void holdsWithUpdate(Properties props)
           
static void reset()
           
static String simpleValue(String raw)
           
static String value(String aw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUBSTITUTOR

public static final org.apache.commons.lang3.text.StrSubstitutor SUBSTITUTOR

CIPHER_PREFIX

public static final String CIPHER_PREFIX
See Also:
Constant Field Values
Method Detail

reset

public static void reset()

simpleValue

public static String simpleValue(String raw)

value

public static String value(String aw)

holds

public static Properties holds(Properties properties)

holdsWithUpdate

public static void holdsWithUpdate(Properties props)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.