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.
|
org.java.plugin.tools.mocks |
Simple mock classes to be used in unit tests.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BootErrorHandlerConsole.handleError(java.lang.String message,
IntegrityCheckReport report)
Does the same as
BootErrorHandlerConsole.handleFatalError(String) always returns
false . |
boolean |
BootErrorHandler.handleError(java.lang.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(java.lang.String message,
IntegrityCheckReport report) |
protected java.lang.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() |
Modifier and Type | Method and Description |
---|---|
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver) |
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport) |
IntegrityCheckReport |
MockPluginRegistry.getRegistrationReport() |
Modifier and Type | Method and Description |
---|---|
MockPluginRegistry |
MockPluginRegistry.setIntegrityCheckReport(IntegrityCheckReport value) |
MockPluginRegistry |
MockPluginRegistry.setRegistrationReport(IntegrityCheckReport value) |
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.