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.
  • Constructor Details

    • GlobalVariablesFactoryBean

      public GlobalVariablesFactoryBean()
  • Method Details

    • getObject

      public GlobalVariables getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<GlobalVariables>
      Throws:
      Exception
    • setVariables

      public void setVariables(Map<String,Object> variables)
      Set the global variables.
      Parameters:
      variables - the variables to set
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<GlobalVariables>