Java org.springframework.batch.core.launch.support CommandLineJobRunner fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.launch.support CommandLineJobRunner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.launch.support CommandLineJobRunner.

The text is from its open source code.

Field

SystemExitersystemExiter
Stringmessage

Constructor

Method

voidexit(int status)
Delegate to the exiter to (possibly) exit the VM gracefully.
voidmain(String[] args)
Launch a batch job using a CommandLineJobRunner .
intstart(String jobPath, String jobIdentifier, String[] parameters, Set opts)