Class ResolverLifecycle


  • @Named
    @EagerSingleton
    public final class ResolverLifecycle
    extends java.lang.Object
    Maven internal component that bridges container "shut down" to RepositorySystem.shutdown().
    Since:
    3.9.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolverLifecycle​(javax.inject.Provider<org.eclipse.aether.RepositorySystem> repositorySystemProvider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolverLifecycle

        @Inject
        public ResolverLifecycle​(javax.inject.Provider<org.eclipse.aether.RepositorySystem> repositorySystemProvider)
    • Method Detail

      • shutdown

        @PreDestroy
        public void shutdown()