Package org.smooks.api.resource.config
Interface Configurable
-
- All Known Implementing Classes:
DateLocaleAwareTypeConverter
,DateToStringConverterFactory
,DateToStringLocaleAwareConverter
,EnumTypeConverterFactory
,EnumTypeConverterFactory.EnumTypeConverter
,LocaleAwareTypeConverter
,MappingTypeConverterFactory
,MappingTypeConverterFactory.MappingTypeConverter
,NumberToStringConverter
,NumberTypeConverter
,ShortToStringConverterFactory
,SqlDateConverterFactory
,SqlDateConverterFactory.SqlDateTypeConverter
,SqlTimeConverterFactory
,SqlTimeConverterFactory.SqlTimeTypeConverter
,SqlTimestampConverterFactory
,StringToBigDecimalConverterFactory
,StringToBigIntegerConverterFactory
,StringToDateConverterFactory
,StringToDateConverterFactory.StringToDateConverter
,StringToDateLocaleAwareConverter
,StringToDoubleConverterFactory
,StringToDoubleConverterFactory.StringToDoubleTypeConverter
,StringToFloatConverterFactory
,StringToIntegerConverterFactory
,StringToLongConverterFactory
,StringToShortConverterFactory
,StringToXmlGregorianCalendarConverterFactory
,StringToXmlGregorianCalendarConverterFactory.StringToXmlGregorianCalendarConverter
,XmlGregorianCalendarToStringConverterFactory
public interface Configurable
Configurable component.- Author:
- tom.fennelly@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Properties
getConfiguration()
Get the component configuration.void
setConfiguration(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.
-
-