Interface ContainerExtender
- All Known Implementing Classes:
FailedStartupContainerRegistrar,SetupContainerRegistrar
@Internal
@ParametersAreNonnullByDefault
public interface ContainerExtender
Extends a
ComponentContainer, typically by adding components to it.- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidextend(ComponentContainer container) Extends the given container.Returns the level of the extended container.
-
Method Details
-
getNewContainerLevel
Returns the level of the extended container.- Returns:
- see above
-
extend
Extends the given container.- Parameters:
container- the container to extend
-