Package org.apache.ofbiz.base.container
Class ContainerConfig.Configuration.Property
java.lang.Object
org.apache.ofbiz.base.container.ContainerConfig.Configuration.Property
- Enclosing class:
- ContainerConfig.Configuration
A tree of container configuration properties.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertiesWithValue
(String value) Provides all the child properties whose values are equal a specified value.getProperty
(String name) name()
value()
-
Field Details
-
name
Deprecated.The identifier of the configuration element -
value
Deprecated.The value associated with thename
identifier. -
properties
Deprecated.The properties children
-
-
Constructor Details
-
Property
Constructs a container configuration element.- Parameters:
element
- the<property>
XML element containing the configuration.
-
-
Method Details
-
name
- Returns:
- the name
-
value
- Returns:
- the value
-
properties
- Returns:
- the properties
-
getProperty
-
getPropertiesWithValue
Provides all the child properties whose values are equal a specified value.- Parameters:
value
- the value to match- Returns:
- a list of matching properties
-