Uses of Interface
org.java.plugin.registry.IntegrityCheckReport
-
Packages that use IntegrityCheckReport 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. -
-
Uses of IntegrityCheckReport in org.java.plugin.boot
Methods in org.java.plugin.boot with parameters of type IntegrityCheckReport Modifier and Type Method Description booleanBootErrorHandler. 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.booleanBootErrorHandlerConsole. handleError(java.lang.String message, IntegrityCheckReport report)Does the same asBootErrorHandlerConsole.handleFatalError(String)always returnsfalse.booleanBootErrorHandlerGui. handleError(java.lang.String message, IntegrityCheckReport report)protected java.lang.StringDefaultApplicationInitializer. integrityCheckReport2str(IntegrityCheckReport report) -
Uses of IntegrityCheckReport in org.java.plugin.registry
Methods in org.java.plugin.registry that return IntegrityCheckReport Modifier and Type Method Description IntegrityCheckReportPluginRegistry. checkIntegrity(PathResolver pathResolver)Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.IntegrityCheckReportPluginRegistry. checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport)Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.IntegrityCheckReportPluginRegistry. getRegistrationReport() -
Uses of IntegrityCheckReport in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml that return IntegrityCheckReport Modifier and Type Method Description IntegrityCheckReportPluginRegistryImpl. checkIntegrity(PathResolver pathResolver)IntegrityCheckReportPluginRegistryImpl. checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport)IntegrityCheckReportPluginRegistryImpl. getRegistrationReport() -
Uses of IntegrityCheckReport in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks that return IntegrityCheckReport Modifier and Type Method Description IntegrityCheckReportMockPluginRegistry. checkIntegrity(PathResolver pathResolver)IntegrityCheckReportMockPluginRegistry. checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport)IntegrityCheckReportMockPluginRegistry. getRegistrationReport()Methods in org.java.plugin.tools.mocks with parameters of type IntegrityCheckReport Modifier and Type Method Description MockPluginRegistryMockPluginRegistry. setIntegrityCheckReport(IntegrityCheckReport value)MockPluginRegistryMockPluginRegistry. setRegistrationReport(IntegrityCheckReport value)
-