BioLegato 0.7.3 Core API

Uses of Class
org.biolegato.core.plugins.PluginWrapper

Packages that use PluginWrapper
org.biolegato.core.main   
org.biolegato.core.plugins   
 

Uses of PluginWrapper in org.biolegato.core.main
 

Methods in org.biolegato.core.main that return types with arguments of type PluginWrapper
static java.util.Collection<PluginWrapper> BLMain.getPlugins(java.lang.Class<?> type)
          Returns a list with all of the plugins loaded by BioLegato that are instances of the class type indicated.
 

Uses of PluginWrapper in org.biolegato.core.plugins
 

Methods in org.biolegato.core.plugins that return PluginWrapper
 PluginWrapper PluginLoader.getPlugin(java.lang.String string)
          Retrieves a plugin by name.
 

Methods in org.biolegato.core.plugins that return types with arguments of type PluginWrapper
 java.util.Map<java.lang.String,PluginWrapper> PluginLoader.getPluginHash()
          Maintains a list with all of the plugins loaded by BioLegato.
 java.util.Collection<PluginWrapper> PluginLoader.getPlugins(java.lang.Class<?> type)
          Returns a list with all of the plugins loaded by BioLegato that are instances of the class type indicated.
 


BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.