Package | Description |
---|---|
org.java.plugin.boot |
This package contains helper classes to start/stop JPF based applications.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static Application |
Boot.boot(ExtendedProperties config,
boolean useControlService,
String mode,
BootErrorHandler errorHandler,
String[] args)
Boots application according to given configuration data.
|
Application |
ApplicationInitializer.initApplication(BootErrorHandler errorHandler,
String[] args)
This method should configure and initialize an application instance to be
started.
|
Application |
DefaultApplicationInitializer.initApplication(BootErrorHandler errorHandler,
String[] args)
Initializes application.
|
Copyright © 2016. All rights reserved.