Package org.smooks.api.resource.config
Interface Configurable
-
public interface ConfigurableConfigurable component.- Author:
- tom.fennelly@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetConfiguration()Get the component configuration.voidsetConfiguration(Properties properties)Set the component configuration.
-
-
-
Method Detail
-
setConfiguration
void setConfiguration(Properties properties) throws SmooksConfigException
Set the component configuration.- Parameters:
properties- The component configuration properties.- Throws:
SmooksConfigException- Bad component configuration.
-
getConfiguration
Properties getConfiguration()
Get the component configuration.- Returns:
- The component configuration properties.
-
-