public interface ContainerProvider
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called before removed from the configuration manager
|
void |
init(Configuration configuration)
Initializes with the configuration
|
boolean |
needsReload()
Tells whether the ContainerProvider should reload its configuration
|
void |
register(ContainerBuilder builder,
LocatableProperties props)
Registers beans and properties for the Container
|
void destroy()
void init(Configuration configuration) throws ConfigurationException
configuration
- The configurationConfigurationException
- If anything goes wrongboolean needsReload()
void register(ContainerBuilder builder, LocatableProperties props) throws ConfigurationException
builder
- The builder to register beans withprops
- The properties to register constants withConfigurationException
- If anything goes wrongCopyright © 2000–2020 Apache Software Foundation. All rights reserved.