Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContainerCapsuleFactory (0.07 sec)

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

     */
    package org.apache.maven.cling.invoker;
    
    import org.apache.maven.api.annotations.Nonnull;
    
    /**
     * Container capsule factory.
     *
     * @param <C> The context type.
     */
    public interface ContainerCapsuleFactory<C extends LookupContext> {
        /**
         * Creates container capsule.
         */
        @Nonnull
        ContainerCapsule createContainerCapsule(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Mar 13 12:50:59 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top