org.apache.openejb.util
Class PropertyPlaceHolderHelper

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

public final class PropertyPlaceHolderHelper
extends Object


Method Summary
static Properties holds(Properties properties)
           
static void holdsWithUpdate(Properties props)
           
static String simpleValue(String key)
           
static String value(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

simpleValue

public static String simpleValue(String key)

value

public static String value(String key)

holds

public static Properties holds(Properties properties)

holdsWithUpdate

public static void holdsWithUpdate(Properties props)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.