Package org.apache.maven.cling.invoker
Interface ContainerCapsule
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
PlexusContainerCapsule
Container capsule.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Performs a clean shutdown of backing container.The TCCL, if implementation requires it.TheLookup
service backed by container in this capsule.void
updateLogging
(LookupContext context) Updates the existing capsule logging setup.
-
Method Details
-
updateLogging
Updates the existing capsule logging setup. -
getLookup
TheLookup
service backed by container in this capsule. -
currentThreadClassLoader
The TCCL, if implementation requires it. -
close
Performs a clean shutdown of backing container.- Specified by:
close
in interfaceAutoCloseable
- Throws:
InvokerException
-