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

Packages that use IntegrityCheckReport
org.java.plugin This package contains framework runtime API. 
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
 

Methods in org.java.plugin with parameters of type IntegrityCheckReport
protected  java.lang.String PluginController.integrityCheckReport2str(IntegrityCheckReport report)
           
 

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
 

Classes in org.java.plugin.registry.xml that implement IntegrityCheckReport
 class IntegrityChecker
          made public to access it for annotation stuff made ReportItemImpl public (constructor and class)
 

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()
           
 



Copyright © 2010. All Rights Reserved.