Uses of Interface
org.java.plugin.boot.BootErrorHandler
-
Packages that use BootErrorHandler Package Description org.java.plugin.boot This package contains helper classes to start/stop JPF based applications. -
-
Uses of BootErrorHandler in org.java.plugin.boot
Classes in org.java.plugin.boot that implement BootErrorHandler Modifier and Type Class Description class
BootErrorHandlerConsole
Console out based error handler implementation, most suites good for non-interactive service-style applications.class
BootErrorHandlerGui
Standard boot error handler for GUI applications.Methods in org.java.plugin.boot with parameters of type BootErrorHandler Modifier and Type Method Description static Application
Boot. boot(ExtendedProperties config, boolean useControlService, java.lang.String mode, BootErrorHandler errorHandler, java.lang.String[] args)
Boots application according to given configuration data.Application
ApplicationInitializer. initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
This method should configure and initialize an application instance to be started.Application
DefaultApplicationInitializer. initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
Initializes application.
-