Package org.jvnet.hk2.config.types
Class PropertyBag.Duck
- java.lang.Object
-
- org.jvnet.hk2.config.types.PropertyBag.Duck
-
- Enclosing interface:
- PropertyBag
public static class PropertyBag.Duck extends Object
-
-
Constructor Summary
Constructors Constructor Description Duck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertygetProperty(PropertyBag me, String name)static StringgetPropertyValue(PropertyBag me, String name)static StringgetPropertyValue(PropertyBag me, String name, String defaultValue)
-
-
-
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)
-
-