Uses of Interface
org.java.plugin.registry.IntegrityCheckReport
Packages that use IntegrityCheckReport
Package
Description
This package contains helper classes to start/stop JPF based applications.
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
Simple mock classes to be used in unit tests.
-
Uses of IntegrityCheckReport in org.java.plugin.boot
Methods in org.java.plugin.boot with parameters of type IntegrityCheckReportModifier and TypeMethodDescriptionbooleanBootErrorHandler.handleError(String message, IntegrityCheckReport integrityCheckReport) Called if an error has been detected during plug-ins integrity check and application boot may be continued.booleanBootErrorHandlerConsole.handleError(String message, IntegrityCheckReport report) Does the same asBootErrorHandlerConsole.handleFatalError(String)always returnsfalse.booleanBootErrorHandlerGui.handleError(String message, IntegrityCheckReport report) protected StringDefaultApplicationInitializer.integrityCheckReport2str(IntegrityCheckReport report) -
Uses of IntegrityCheckReport in org.java.plugin.registry
Methods in org.java.plugin.registry that return IntegrityCheckReportModifier and TypeMethodDescriptionPluginRegistry.checkIntegrity(PathResolver pathResolver) Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.PluginRegistry.checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport) Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.PluginRegistry.getRegistrationReport() -
Uses of IntegrityCheckReport in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return IntegrityCheckReportModifier and TypeMethodDescriptionPluginRegistryImpl.checkIntegrity(PathResolver pathResolver) PluginRegistryImpl.checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport) PluginRegistryImpl.getRegistrationReport() -
Uses of IntegrityCheckReport in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return IntegrityCheckReportModifier and TypeMethodDescriptionMockPluginRegistry.checkIntegrity(PathResolver pathResolver) MockPluginRegistry.checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport) MockPluginRegistry.getRegistrationReport()Methods in org.java.plugin.tools.mocks with parameters of type IntegrityCheckReportModifier and TypeMethodDescriptionMockPluginRegistry.setIntegrityCheckReport(IntegrityCheckReport value) MockPluginRegistry.setRegistrationReport(IntegrityCheckReport value)