Silk DI 0.6


Uses of Interface
se.jbee.inject.bootstrap.ModularBundle

Packages that use ModularBundle
se.jbee.inject.bind   
se.jbee.inject.bootstrap   
 

Uses of ModularBundle in se.jbee.inject.bind
 

Classes in se.jbee.inject.bind that implement ModularBundle
 class BuildinBundle
          Installs all the build-in functionality by using the core API.
 

Uses of ModularBundle in se.jbee.inject.bootstrap
 

Classes in se.jbee.inject.bootstrap that implement ModularBundle
 class ModularBootstrapperBundle<M>
          The default utility base class for ModularBundles.
 

Methods in se.jbee.inject.bootstrap with type parameters of type ModularBundle
<M extends Enum<M> & ModularBundle<M>>
void
BootstrapperBundle.install(M... modules)
           
<M extends Enum<M> & ModularBundle<M>>
void
Bootstrapper.install(M... modules)
           
protected
<M extends Enum<M> & ModularBundle<M>>
void
BootstrapperBundle.installAll(Class<M> modules)
           
<M extends Enum<M> & ModularBundle<M>>
void
BootstrapperBundle.uninstall(M... modules)
           
<M extends Enum<M> & ModularBundle<M>>
void
Bootstrapper.uninstall(M... modules)
           
protected
<M extends Enum<M> & ModularBundle<M>>
void
BootstrapperBundle.uninstallAll(Class<M> modules)
           
 

Method parameters in se.jbee.inject.bootstrap with type arguments of type ModularBundle
<C extends Enum<C>>
void
BootstrapperBundle.install(Class<? extends ModularBundle<C>> bundle, Class<C> property)
           
<M extends Enum<M>>
void
Bootstrapper.install(Class<? extends ModularBundle<M>> bundle, Class<M> property)
           
 


Silk DI 0.6