Package org.apache.batchee.test
Class StepLauncher
- java.lang.Object
-
- org.apache.batchee.test.StepLauncher
-
public class StepLauncher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StepLauncher.Result
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StepLauncher.Result
exec(Step step, Properties jobParams)
static javax.batch.runtime.StepExecution
execute(Step step)
static javax.batch.runtime.StepExecution
execute(Step step, Properties jobParams)
-
-
-
Method Detail
-
execute
public static javax.batch.runtime.StepExecution execute(Step step)
-
exec
public static StepLauncher.Result exec(Step step, Properties jobParams)
- Parameters:
step
- the step to execute, Note: it can be modified by this methodjobParams
- the job parameters properties- Returns:
- the job execution
-
execute
public static javax.batch.runtime.StepExecution execute(Step step, Properties jobParams)
- Parameters:
step
- the step to execute, Note: it can be modified by this methodjobParams
- the job parameters properties- Returns:
- the step execution
-
-