Package org.java.plugin.boot


package org.java.plugin.boot

This package contains helper classes to start/stop JPF based applications.

The main class here is Boot that contains standard entry point for Java applications - method main(String[]). The implemented boot sequence is following:

For details and supported configuration parameters see documentation for corresponding classes.

Note that described scenario is quite common and can be customized and changed in any point providing other implementations of key classes.

For a list of available configuration parameters see documentation for the Boot (applicable to any scenario) and DefaultApplicationInitializer (applicable to scenario when this class being used) classes.

  • Class
    Description
    This is "marker" interface to abstract an application that may be started (and will stop itself upon user activity).
    Interface to plug custom code into JPF based application boot procedure.
    This class is for "application" plug-ins - a JPF based program entry point.
    Main class to get JPF based application running in different modes.
    Callback interface to handle boot-time application errors.
    Console out based error handler implementation, most suites good for non-interactive service-style applications.
    Standard boot error handler for GUI applications.
    Default implementation of the application initializer interface.
    Default implementation of plug-ins collector interface.
    Helper class to display detailed message about application error.
    Interface to encapsulate logic for gathering information about available plug-ins locations.
    This is "marker" interface to represent a service style application that may be started and stopped.
    Interface to control application splash screen.