org.jvnet.hk2.config.types
Class PropertyBag.Duck

java.lang.Object
  extended by org.jvnet.hk2.config.types.PropertyBag.Duck
Enclosing interface:
PropertyBag

public static class PropertyBag.Duck
extends Object


Constructor Summary
PropertyBag.Duck()
           
 
Method Summary
static Property getProperty(PropertyBag me, String name)
           
static String getPropertyValue(PropertyBag me, String name)
           
static String getPropertyValue(PropertyBag me, String name, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBag.Duck

public PropertyBag.Duck()
Method Detail

getProperty

public static Property getProperty(PropertyBag me,
                                   String name)

getPropertyValue

public static String getPropertyValue(PropertyBag me,
                                      String name)

getPropertyValue

public static String getPropertyValue(PropertyBag me,
                                      String name,
                                      String defaultValue)


Copyright © 2013 Oracle Corporation. All Rights Reserved.