Uses of Interface
io.nuun.kernel.api.Plugin

Packages that use Plugin
io.nuun.kernel.api   
io.nuun.kernel.api.config   
io.nuun.kernel.api.plugin.context   
 

Uses of Plugin in io.nuun.kernel.api
 

Methods in io.nuun.kernel.api that return types with arguments of type Plugin
 Collection<Class<? extends Plugin>> Plugin.dependentPlugins()
          list of plugins that become dependent on "this" plugin.
 List<Plugin> Kernel.plugins()
          After the kernel is initialized, if necessary, one can ask for the list of the plugins.
 Collection<Class<? extends Plugin>> Plugin.requiredPlugins()
          list of plugins dependencies required by this plugin.
 

Method parameters in io.nuun.kernel.api with type arguments of type Plugin
 UnitModule Kernel.nonGuiceOverridingUnitModule(Class<? extends Plugin> plugin)
          After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
 UnitModule Kernel.nonGuiceUnitModule(Class<? extends Plugin> plugin)
          After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
 UnitModule Kernel.overridingUnitModule(Class<? extends Plugin> plugin)
          After the kernel is initialized, one can ask for the particular Overriding UnitModule created by one plugin.
 UnitModule Kernel.unitModule(Class<? extends Plugin> plugin)
          After the kernel is initialized, one can ask for the particular UnitModule created by one plugin.
 

Uses of Plugin in io.nuun.kernel.api.config
 

Methods in io.nuun.kernel.api.config with parameters of type Plugin
 KernelConfiguration KernelConfiguration.plugins(Plugin... plugins)
          Specifies the plugins to be used by the Nuun kernel.
 

Uses of Plugin in io.nuun.kernel.api.plugin.context
 

Methods in io.nuun.kernel.api.plugin.context that return types with arguments of type Plugin
 Collection<? extends Plugin> InitContext.dependentPlugins()
          Returns instances of the plugins that become dependent on this plugin.
 Collection<? extends Plugin> InitContext.pluginsRequired()
          Return instances of the Plugin asked by the plugin
 



Copyright © 2012-2015. All Rights Reserved.