Package org.smooks.api.resource.config
Interface ResourceConfigSeqFactory
-
- All Known Implementing Classes:
SystemResourceConfigSeqFactory
public interface ResourceConfigSeqFactory
ResourceConfig Factory.- Author:
- tom.fennelly@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceConfigSeq
create()
Create the configuration instance.
-
-
-
Method Detail
-
create
ResourceConfigSeq create()
Create the configuration instance.- Returns:
- The configuration instance.
-
-