Uses of Interface
org.java.plugin.boot.BootErrorHandler
Packages that use BootErrorHandler
Package
Description
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 BootErrorHandlerModifier and TypeClassDescriptionclass
Console out based error handler implementation, most suites good for non-interactive service-style applications.class
Standard boot error handler for GUI applications.Methods in org.java.plugin.boot with parameters of type BootErrorHandlerModifier and TypeMethodDescriptionstatic Application
Boot.boot
(ExtendedProperties config, boolean useControlService, String mode, BootErrorHandler errorHandler, String[] args) Boots application according to given configuration data.ApplicationInitializer.initApplication
(BootErrorHandler errorHandler, String[] args) This method should configure and initialize an application instance to be started.DefaultApplicationInitializer.initApplication
(BootErrorHandler errorHandler, String[] args) Initializes application.