Package formflow.library.config
Class FlowsConfigurationFactory
java.lang.Object
formflow.library.config.FlowsConfigurationFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>
public class FlowsConfigurationFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>
Parses the flow configuration yaml file and setups the FlowConfiguration list.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlowsConfigurationFactory
public FlowsConfigurationFactory()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>- Throws:
IOException
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>
-