Package org.citrusframework.config.xml
Class AntRunActionParser.AntRunActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<AntRunAction,AntRunAction.Builder>
org.citrusframework.config.xml.AntRunActionParser.AntRunActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<AntRunAction>
- Enclosing class:
- AntRunActionParser
public static class AntRunActionParser.AntRunActionFactoryBean
extends AbstractTestActionFactoryBean<AntRunAction,AntRunAction.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<?>voidsetBuildFilePath(String buildFilePath) Sets the buildFilePath.voidsetBuildListener(org.apache.tools.ant.BuildListener buildListener) Sets the buildListener.voidsetProperties(Properties properties) Sets the properties.voidsetPropertyFilePath(String propertyFilePath) Sets the propertyFilePath.voidSets the target.voidsetTargets(String targets) Sets the targets.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
-
AntRunActionFactoryBean
public AntRunActionFactoryBean()
-
-
Method Details
-
setBuildFilePath
Sets the buildFilePath.- Parameters:
buildFilePath- the buildFilePath to set
-
setTarget
Sets the target.- Parameters:
target- the target to set
-
setTargets
Sets the targets.- Parameters:
targets- the targets to set
-
setProperties
Sets the properties.- Parameters:
properties- the properties to set
-
setPropertyFilePath
Sets the propertyFilePath.- Parameters:
propertyFilePath- the propertyFilePath to set
-
setBuildListener
public void setBuildListener(org.apache.tools.ant.BuildListener buildListener) Sets the buildListener.- Parameters:
buildListener- the buildListener to set
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<AntRunAction,AntRunAction.Builder> - Returns:
- the builder implementation.
-