Class SystemExitHandlerFactory

java.lang.Object
org.jboss.ws.tools.SystemExitHandlerFactory
All Implemented Interfaces:
Supplier<ExitHandler>, ExitHandlerFactory

public class SystemExitHandlerFactory extends Object implements ExitHandlerFactory
Provides a default implementation of ExitHandler, that is a call to System.exit(). Thread-safe singleton - only one instance is ever created.