- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for closeContainer (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
context.containerCapsule = createContainerCapsuleFactory() .createContainerCapsule(this, context, createCoreExtensionSelector()); context.closeables.add(context::closeContainer); context.lookup = context.containerCapsule.getLookup(); } else { context.containerCapsule.updateLogging(context); } }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0)