Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for closeContainer (0.19 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupContext.java

                InvokerException exception = new InvokerException("Unable to close context");
                causes.forEach(exception::addSuppressed);
                throw exception;
            }
        }
    
        public final void closeContainer() throws Exception {
            if (containerCapsuleManaged) {
                doCloseContainer();
            }
        }
    
        public void doCloseContainer() throws Exception {
            if (containerCapsule != null) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jun 11 13:14:09 GMT 2025
    - 5.7K bytes
    - Click Count (0)
Back to Top