Uses of Interface
org.glassfish.hk2.api.DynamicConfiguration

Packages that use DynamicConfiguration
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
org.jvnet.hk2.internal   
org.jvnet.hk2.testing.junit.internal   
 

Uses of DynamicConfiguration in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return DynamicConfiguration
 DynamicConfiguration DynamicConfigurationService.createDynamicConfiguration()
          Creates a dynamic configuration that can be used to add or remove values to the system
 

Uses of DynamicConfiguration in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities with parameters of type DynamicConfiguration
 void Binder.bind(DynamicConfiguration config)
          This method will be called by the ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...) method for each binder given.
 

Uses of DynamicConfiguration in org.jvnet.hk2.internal
 

Classes in org.jvnet.hk2.internal that implement DynamicConfiguration
 class DynamicConfigurationImpl
           
 

Methods in org.jvnet.hk2.internal that return DynamicConfiguration
 DynamicConfiguration DynamicConfigurationServiceImpl.createDynamicConfiguration()
           
 

Uses of DynamicConfiguration in org.jvnet.hk2.testing.junit.internal
 

Constructors in org.jvnet.hk2.testing.junit.internal with parameters of type DynamicConfiguration
ClassVisitorImpl(DynamicConfiguration config, boolean verbose)
          Creates this with the config to add to if this is a service
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.