Interface ContainerCapsule

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
PlexusContainerCapsule

public interface ContainerCapsule extends AutoCloseable
Container capsule.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs a clean shutdown of backing container.
    org.apache.maven.api.services.Lookup
    The Lookup service backed by container in this capsule.
  • Method Details

    • getLookup

      @Nonnull org.apache.maven.api.services.Lookup getLookup()
      The Lookup service backed by container in this capsule.
    • close

      void close() throws InvokerException
      Performs a clean shutdown of backing container.
      Specified by:
      close in interface AutoCloseable
      Throws:
      InvokerException