Package org.citrusframework.config.xml
Class LoadPropertiesActionParser.LoadPropertiesActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<LoadPropertiesAction,LoadPropertiesAction.Builder>
org.citrusframework.config.xml.LoadPropertiesActionParser.LoadPropertiesActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<LoadPropertiesAction>
- Enclosing class:
- LoadPropertiesActionParser
public static class LoadPropertiesActionParser.LoadPropertiesActionFactoryBean
extends AbstractTestActionFactoryBean<LoadPropertiesAction,LoadPropertiesAction.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<?>voidsetFilePath(String file) File path setter.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
-
LoadPropertiesActionFactoryBean
public LoadPropertiesActionFactoryBean()
-
-
Method Details
-
setFilePath
File path setter.- Parameters:
file- the file to set
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<LoadPropertiesAction,LoadPropertiesAction.Builder> - Returns:
- the builder implementation.
-