Modifier and Type | Method and Description |
---|---|
DynamicConfiguration |
DynamicConfigurationService.createDynamicConfiguration()
Creates a dynamic configuration that can be used to add or remove values
to the system
|
Modifier and Type | Method and Description |
---|---|
static DynamicConfiguration |
ServiceLocatorUtilities.createDynamicConfiguration(ServiceLocator locator)
This method returns a
DynamicConfiguration for use with adding
and removing services to the given ServiceLocator . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinder
Skeleton implementation of injection binder with convenience methods for
binding definitions.
|
Modifier and Type | Method and Description |
---|---|
static void |
BindingBuilderFactory.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration)
Add a binding represented by the binding builder to the HK2 dynamic configuration.
|
static void |
BindingBuilderFactory.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration,
HK2Loader defaultLoader)
Add a binding represented by the binding builder to the HK2 dynamic configuration.
|
void |
AbstractBinder.bind(DynamicConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
DynamicConfiguration |
DynamicConfigurationServiceImpl.createDynamicConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
HK2TestModule.configure(DynamicConfiguration config)
Allows the test to easily configure their test
|
Constructor and Description |
---|
ClassVisitorImpl(DynamicConfiguration config,
boolean verbose)
Creates this with the config to add to if this is a service
|
Copyright © 2014 Oracle Corporation. All rights reserved.