Interface ContainerCapsule
- All Superinterfaces:
- AutoCloseable
- All Known Implementing Classes:
- PlexusContainerCapsule
Container capsule.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Performs a clean shutdown of backing container.The TCCL, if implementation requires it.TheLookupservice backed by container in this capsule.voidupdateLogging(LookupContext context) Updates the existing capsule logging setup.
- 
Method Details- 
updateLoggingUpdates the existing capsule logging setup.
- 
getLookup
- 
currentThreadClassLoaderThe TCCL, if implementation requires it.
- 
closePerforms a clean shutdown of backing container.- Specified by:
- closein interface- AutoCloseable
- Throws:
- Exception
 
 
-