Package org.citrusframework.config.xml
Class StopTimeActionParser.StopTimeActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<StopTimeAction,StopTimeAction.Builder>
org.citrusframework.config.xml.StopTimeActionParser.StopTimeActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<StopTimeAction>
- Enclosing class:
- StopTimeActionParser
public static class StopTimeActionParser.StopTimeActionFactoryBean
extends AbstractTestActionFactoryBean<StopTimeAction,StopTimeAction.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<?>voidSetter for timeline id.voidSets the suffix.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
-
StopTimeActionFactoryBean
public StopTimeActionFactoryBean()
-
-
Method Details
-
setId
Setter for timeline id.- Parameters:
id-
-
setSuffix
Sets the suffix.- Parameters:
suffix-
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<StopTimeAction,StopTimeAction.Builder> - Returns:
- the builder implementation.
-