Package org.citrusframework.config.xml
Class GlobalVariablesParser.GlobalVariablesFactoryBean
java.lang.Object
org.citrusframework.config.xml.GlobalVariablesParser.GlobalVariablesFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<GlobalVariables>
- Enclosing class:
- GlobalVariablesParser
public static class GlobalVariablesParser.GlobalVariablesFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<GlobalVariables>
Factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>voidsetVariables(Map<String, Object> variables) Set the global variables.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
GlobalVariablesFactoryBean
public GlobalVariablesFactoryBean()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<GlobalVariables>- Throws:
Exception
-
setVariables
Set the global variables.- Parameters:
variables- the variables to set
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<GlobalVariables>
-