Uses of Interface
org.springframework.batch.core.launch.support.SystemExiter

Packages that use SystemExiter
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
 

Uses of SystemExiter in org.springframework.batch.core.launch.support
 

Classes in org.springframework.batch.core.launch.support that implement SystemExiter
 class JvmSystemExiter
          Implementation of the SystemExiter interface that calls the standards System.exit method.
 

Methods in org.springframework.batch.core.launch.support with parameters of type SystemExiter
 void CommandLineJobRunner.setSystemExiter(SystemExiter systemExitor)
          Injection setter for the SystemExiter.
 



Copyright © 2008 SpringSource. All Rights Reserved.