Package | Description |
---|---|
org.java.plugin.boot |
This package contains helper classes to start/stop JPF based applications.
|
org.java.plugin.registry |
This package contains framework registry API.
|
org.java.plugin.registry.xml |
This package contains XML syntax manifest files based framework registry API implementation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BootErrorHandler.handleError(String message,
IntegrityCheckReport integrityCheckReport)
Called if an error has been detected during plug-ins integrity check and
application boot may be continued.
|
boolean |
BootErrorHandlerGui.handleError(String message,
IntegrityCheckReport report) |
boolean |
BootErrorHandlerConsole.handleError(String message,
IntegrityCheckReport report)
Does the same as
BootErrorHandlerConsole.handleFatalError(String) always returns
false . |
protected String |
DefaultApplicationInitializer.integrityCheckReport2str(IntegrityCheckReport report) |
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver)
Performs integrity check of all registered plug-ins and generates result
as a collection of standard report items.
|
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport)
Performs integrity check of all registered plug-ins and generates result
as a collection of standard report items.
|
IntegrityCheckReport |
PluginRegistry.getRegistrationReport() |
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver) |
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport) |
IntegrityCheckReport |
PluginRegistryImpl.getRegistrationReport() |
Copyright © 2018. All rights reserved.