Uses of Interface
org.rhq.core.pc.plugin.PluginFinder

Packages that use PluginFinder
org.rhq.core.pc   
org.rhq.core.pc.plugin   
 

Uses of PluginFinder in org.rhq.core.pc
 

Methods in org.rhq.core.pc that return PluginFinder
 PluginFinder PluginContainerConfiguration.getPluginFinder()
          Returns the instance of PluginFinder for the container to use to locate all plugins to be loaded.
 

Methods in org.rhq.core.pc with parameters of type PluginFinder
 void PluginContainerConfiguration.setPluginFinder(PluginFinder finder)
          Sets the PluginFinder instance used by the container.
 

Uses of PluginFinder in org.rhq.core.pc.plugin
 

Classes in org.rhq.core.pc.plugin that implement PluginFinder
 class FileSystemPluginFinder
          Finds all JAR files located in a set of plugin directories.
 class SimplePluginFinder
          Holds a collection of URLs retrieved elsewhere and returns them as the found plugin URLs.
 

Methods in org.rhq.core.pc.plugin with parameters of type PluginFinder
static boolean PluginValidator.validatePlugins(PluginFinder finder)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.