Hyperic HQ Plugin API v. 5.8.0

Uses of Class
org.hyperic.hq.product.PluginInfo

Packages that use PluginInfo
org.hyperic.hq.bizapp.shared.lather   
org.hyperic.hq.product   
 

Uses of PluginInfo in org.hyperic.hq.bizapp.shared.lather
 

Constructor parameters in org.hyperic.hq.bizapp.shared.lather with type arguments of type PluginInfo
PluginReport_args(Collection<PluginInfo> plugins)
           
 

Uses of PluginInfo in org.hyperic.hq.product
 

Methods in org.hyperic.hq.product that return PluginInfo
 PluginInfo PluginManager.getPluginInfo(String name)
           
 PluginInfo ProductPluginManager.registerPluginJar(String jarName)
          registerPluginJar() without mapping types.
 PluginInfo ProductPluginManager.registerPluginJar(String jarName, ClassLoader resourceLoader)
          Load a product plugin jar.
 

Methods in org.hyperic.hq.product that return types with arguments of type PluginInfo
 Collection<PluginInfo> ProductPluginManager.getAllPluginInfoDirectFromFileSystem(String path)
           
 Collection<PluginInfo> ProductPluginManager.registerPlugins(String path, Collection<PluginInfo> excludes)
           
 

Methods in org.hyperic.hq.product with parameters of type PluginInfo
 List PluginManager.getPlugins(PluginInfo info)
           
 boolean PluginInfo.matches(PluginInfo info)
           
 void PluginManager.setPluginInfo(String name, PluginInfo info)
           
 

Method parameters in org.hyperic.hq.product with type arguments of type PluginInfo
 Collection<PluginInfo> ProductPluginManager.registerPlugins(String path, Collection<PluginInfo> excludes)
           
 

Constructors in org.hyperic.hq.product with parameters of type PluginInfo
PluginInfo(String name, PluginInfo info)
           
 


Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.