public abstract class BasicConfig extends PropertiesConfigurableObject
logger
Constructor and Description |
---|
BasicConfig() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Element tag)
Configure the object.
|
abstract void |
configure(Properties props)
Configure the object.
|
ConfigContext |
getConfigContext() |
void |
setConfigContext(ConfigContext configContext) |
configureProperties, configureXML
getLogger
public ConfigContext getConfigContext()
public void setConfigContext(ConfigContext configContext)
public void configure(Element tag) throws ConfigException
ConfigurableObject
Configure the object.
configure
in interface ConfigurableObject
configure
in class PropertiesConfigurableObject
tag
- The tag object to use for configuration.ConfigException
- If troubles arise during object configuration.public abstract 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.