JPF 0.10

Uses of Interface
org.java.plugin.registry.IntegrityCheckReport

Packages that use IntegrityCheckReport
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. 
 

Uses of IntegrityCheckReport in org.java.plugin.boot
 

Methods in org.java.plugin.boot with parameters of type IntegrityCheckReport
protected  java.lang.String DefaultApplicationInitializer.integrityCheckReport2str(IntegrityCheckReport report)
           
 boolean BootErrorHandlerGui.handleError(java.lang.String message, IntegrityCheckReport report)
           
 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.
 

Uses of IntegrityCheckReport in org.java.plugin.registry
 

Methods in org.java.plugin.registry that return IntegrityCheckReport
 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()
           
 

Uses of IntegrityCheckReport in org.java.plugin.registry.xml
 

Methods in org.java.plugin.registry.xml that return IntegrityCheckReport
 IntegrityCheckReport PluginRegistryImpl.checkIntegrity(PathResolver pathResolver)
           
 IntegrityCheckReport PluginRegistryImpl.checkIntegrity(PathResolver pathResolver, boolean includeRegistrationReport)
           
 IntegrityCheckReport PluginRegistryImpl.getRegistrationReport()
           
 


JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.