public class ComposedTaskRunnerStepFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Step>
ComposedTaskRunnerStepFactory(ComposedTaskProperties composedTaskProperties, String taskName)
org.springframework.batch.core.Step
getObject()
Class<?>
getObjectType()
boolean
isSingleton()
void
setArguments(List<String> arguments)
setTaskSpecificProps(Map<String,String> taskSpecificProps)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ComposedTaskRunnerStepFactory(ComposedTaskProperties composedTaskProperties, String taskName)
public void setTaskSpecificProps(Map<String,String> taskSpecificProps)
public void setArguments(List<String> arguments)
public org.springframework.batch.core.Step getObject() throws Exception
getObject
org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.Step>
Exception
public Class<?> getObjectType()
getObjectType
public boolean isSingleton()
isSingleton
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.