public abstract class XMLConfigurableObject extends AbstractConfigurableObject
Base class for implementations of ConfigurableObject supporting only
the configure(Element)
method.
The configure(Properties)
method will throw an exception.
logger
Constructor and Description |
---|
XMLConfigurableObject() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Properties props)
Configure the object.
|
configure, configureProperties, configureXML
getLogger
public void configure(Properties props) throws ConfigException
ConfigurableObject
Configure the object.
configure
in interface ConfigurableObject
configure
in class AbstractConfigurableObject
props
- The property object to use for configuration.ConfigException
- If troubles arise during object configuration.Copyright © 2022 Fugerit. All rights reserved.