Package org.citrusframework.config.xml
Class CreateVariablesActionParser.CreateVariablesActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<CreateVariablesAction,CreateVariablesAction.Builder>
org.citrusframework.config.xml.CreateVariablesActionParser.CreateVariablesActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<CreateVariablesAction>
- Enclosing class:
- CreateVariablesActionParser
public static class CreateVariablesActionParser.CreateVariablesActionFactoryBean
extends AbstractTestActionFactoryBean<CreateVariablesAction,CreateVariablesAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetVariables(Map<String, String> variables) Methods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods 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
-
CreateVariablesActionFactoryBean
public CreateVariablesActionFactoryBean()
-
-
Method Details
-
getObject
- Throws:
Exception
-
setVariables
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<CreateVariablesAction,CreateVariablesAction.Builder> - Returns:
- the builder implementation.
-