Class PlexusContainerCapsule
java.lang.Object
org.apache.maven.cling.invoker.PlexusContainerCapsule
- All Implemented Interfaces:
- AutoCloseable,- ContainerCapsule
Container capsule backed by Plexus Container.
- 
Constructor SummaryConstructorsConstructorDescriptionPlexusContainerCapsule(LookupContext context, ClassLoader previousClassLoader, org.codehaus.plexus.DefaultPlexusContainer plexusContainer) 
- 
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.
- 
Constructor Details- 
PlexusContainerCapsulepublic PlexusContainerCapsule(LookupContext context, ClassLoader previousClassLoader, org.codehaus.plexus.DefaultPlexusContainer plexusContainer) 
 
- 
- 
Method Details- 
updateLoggingDescription copied from interface:ContainerCapsuleUpdates the existing capsule logging setup.- Specified by:
- updateLoggingin interface- ContainerCapsule
 
- 
getLookupDescription copied from interface:ContainerCapsuleTheLookupservice backed by container in this capsule.- Specified by:
- getLookupin interface- ContainerCapsule
 
- 
currentThreadClassLoaderDescription copied from interface:ContainerCapsuleThe TCCL, if implementation requires it.- Specified by:
- currentThreadClassLoaderin interface- ContainerCapsule
 
- 
closepublic void close()Description copied from interface:ContainerCapsulePerforms a clean shutdown of backing container.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- ContainerCapsule
 
 
-