Uses of Class
org.rhq.core.pc.plugin.PluginEnvironment

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

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

Methods in org.rhq.core.pc.plugin that return PluginEnvironment
 PluginEnvironment PluginManager.getPlugin(String name)
          Returns the PluginEnvironment for the specific plugin with the given name.
 

Methods in org.rhq.core.pc.plugin that return types with arguments of type PluginEnvironment
 Collection<PluginEnvironment> PluginManager.getPlugins()
          Returns the PluginEnvironments for every plugin this manager found and loaded.
 

Methods in org.rhq.core.pc.plugin with parameters of type PluginEnvironment
 PluginLifecycleListener PluginLifecycleListenerManagerImpl.loadListener(PluginDescriptor pluginDescriptor, PluginEnvironment pluginEnvironment)
           
 PluginLifecycleListener PluginLifecycleListenerManager.loadListener(PluginDescriptor pluginDescriptor, PluginEnvironment pluginEnvironment)
          Loads and instantiates the listener class.
 



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