Uses of Interface
org.jmonit.spi.PluginManager

Packages that use PluginManager
org.jmonit   
org.jmonit.features   
org.jmonit.monitors   
org.jmonit.repositories   
org.jmonit.spi   
 

Uses of PluginManager in org.jmonit
 

Methods in org.jmonit that return PluginManager
 PluginManager Repository.getFeatureManager()
           
 

Methods in org.jmonit with parameters of type PluginManager
 void Repository.setFeatureManager(PluginManager featureManager)
          Register a custom featureManager
 

Uses of PluginManager in org.jmonit.features
 

Classes in org.jmonit.features that implement PluginManager
 class DefaultPluginManager
          Default implementation of PluginManager.
 

Uses of PluginManager in org.jmonit.monitors
 

Methods in org.jmonit.monitors with parameters of type PluginManager
 void DefaultMonitor.setPluginManager(PluginManager manager)
          Inject the active plugin manager
 

Uses of PluginManager in org.jmonit.repositories
 

Methods in org.jmonit.repositories that return PluginManager
 PluginManager AbstractRepository.getFeatureManager()
           
 

Methods in org.jmonit.repositories with parameters of type PluginManager
 void AbstractRepository.setFeatureManager(PluginManager featureManager)
           
 

Uses of PluginManager in org.jmonit.spi
 

Methods in org.jmonit.spi with parameters of type PluginManager
 void PluginManagerAware.setPluginManager(PluginManager manager)
          Inject the active plugin manager
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.