org.unitils.spring.batch
Class SystemExitHelper
java.lang.Object
org.unitils.spring.batch.SystemExitHelper
- All Implemented Interfaces:
- org.springframework.batch.core.launch.support.SystemExiter
public class SystemExitHelper
- extends Object
- implements org.springframework.batch.core.launch.support.SystemExiter
Class to prevent spring batch from terminating the JVM. It also allows
the test to recover the response code.
- Since:
- 1.0.0
- Author:
- Jef Verelst, Jeroen Horemans, Thomas De Rycke, Willemijn Wouters
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemExitHelper
public SystemExitHelper()
exit
public void exit(int status)
- Specified by:
exit in interface org.springframework.batch.core.launch.support.SystemExiter
getExitCode
public int getExitCode()
- Returns:
- int
Copyright © 2013. All Rights Reserved.