Class SystemResourceConfigSeqFactory
- java.lang.Object
-
- org.smooks.engine.resource.config.SystemResourceConfigSeqFactory
-
- All Implemented Interfaces:
ResourceConfigSeqFactory
public class SystemResourceConfigSeqFactory extends Object implements ResourceConfigSeqFactory
-
-
Constructor Summary
Constructors Constructor Description SystemResourceConfigSeqFactory(String resourceFile, ClassLoader classLoader, ContainerResourceLocator resourceLocator, ResourceConfigLoader resourceConfigLoader)
-
-
-
Constructor Detail
-
SystemResourceConfigSeqFactory
public SystemResourceConfigSeqFactory(String resourceFile, ClassLoader classLoader, ContainerResourceLocator resourceLocator, ResourceConfigLoader resourceConfigLoader)
-
-
Method Detail
-
create
public ResourceConfigSeq create()
Description copied from interface:ResourceConfigSeqFactory
Create the configuration instance.- Specified by:
create
in interfaceResourceConfigSeqFactory
- Returns:
- The configuration instance.
-
-