Uses of Interface
org.springframework.boot.ExitCodeGenerator

Packages that use ExitCodeGenerator
org.springframework.boot   
 

Uses of ExitCodeGenerator in org.springframework.boot
 

Methods in org.springframework.boot with parameters of type ExitCodeGenerator
static int SpringApplication.exit(org.springframework.context.ApplicationContext context, ExitCodeGenerator... exitCodeGenerators)
          Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
 



Copyright © 2013. All Rights Reserved.