Class DefaultFunctionLibraryFactory

java.lang.Object
org.citrusframework.functions.DefaultFunctionLibraryFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<DefaultFunctionLibrary>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

public class DefaultFunctionLibraryFactory extends Object implements org.springframework.beans.factory.FactoryBean<DefaultFunctionLibrary>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware
Author:
Christoph Deppisch
  • Constructor Details

    • DefaultFunctionLibraryFactory

      public DefaultFunctionLibraryFactory()
  • Method Details

    • getObject

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

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

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware