See: Description
Class | Description |
---|---|
AbstractConfigurableObject |
Abstract implementation of ConfigurableObject interface.
|
DefaultConfigurableObject |
Default implementation of
ConfigurableObject ,
configure(Properties) method is a donothing, while
configure(Element) calls configure(Properties)
with the Element attributes transformed in a Properties object. |
PropertiesConfigurableObject |
Base class for implementations of ConfigurableObject supporting only
the
configure(Properties) method. |
XMLConfigurableObject |
Base class for implementations of ConfigurableObject supporting only
the
configure(Element) method. |
Copyright © 2022 Fugerit. All rights reserved.