public interface PropertyConfigurable
| Modifier and Type | Method and Description |
|---|---|
void |
configure(GroupedProperties properties)
Configure the object with the specified property set.
|
Schema |
describeProperties()
Get the list of configurable properties for the framework.
|
void configure(GroupedProperties properties) throws ComponentConfigurationException
properties - A PropertySet including the map of attribute value pairsComponentConfigurationException - When a property has an invalid valueSchema describeProperties()