Package | Description |
---|---|
org.jvnet.hk2.config | |
org.jvnet.hk2.config.types |
Modifier and Type | Method and Description |
---|---|
<T extends ConfigBeanProxy> |
ConfigBeanProxy.createChild(Class<T> type)
Creates a child element of this configuration element
|
ConfigBeanProxy |
ConfigBeanProxy.deepCopy(ConfigBeanProxy parent)
Performs a deep copy of this configuration element and returns it.
|
ConfigBeanProxy |
ConfigBeanProxy.getParent()
Returns the parent element of this configuration element.
|
<T extends ConfigBeanProxy> |
ConfigBeanProxy.getParent(Class<T> type)
Returns the typed parent element of this configuration element.
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertyBag.getProperty(String name) |
String |
PropertyBag.getPropertyValue(String name)
Returns a property value if the bean has properties and one of its
properties name is equal to the one passed.
|
String |
PropertyBag.getPropertyValue(String name,
String defaultValue)
Returns a property value if the bean has properties and one of its
properties name is equal to the one passed.
|
Copyright © 2009–2017 Oracle Corporation. All rights reserved.