Class GlobalVariablesParser.GlobalVariablesFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<com.consol.citrus.variable.GlobalVariables>
    Enclosing class:
    GlobalVariablesParser

    public static class GlobalVariablesParser.GlobalVariablesFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<com.consol.citrus.variable.GlobalVariables>
    Factory bean.
    • Constructor Detail

      • GlobalVariablesFactoryBean

        public GlobalVariablesFactoryBean()
    • Method Detail

      • getObject

        public com.consol.citrus.variable.GlobalVariables getObject()
                                                             throws Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<com.consol.citrus.variable.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<com.consol.citrus.variable.GlobalVariables>