- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for LookupInvoker (0.04 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
* * @param <C> The context type. */ public abstract class LookupInvoker<C extends LookupContext> implements Invoker { protected final Lookup protoLookup; @Nullable protected final Consumer<LookupContext> contextConsumer; public LookupInvoker(Lookup protoLookup, @Nullable Consumer<LookupContext> contextConsumer) { this.protoLookup = requireNonNull(protoLookup);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsuleFactory.java
* @param <C> The context type. */ public class PlexusContainerCapsuleFactory<C extends LookupContext> implements ContainerCapsuleFactory<C> { @Override public ContainerCapsule createContainerCapsule( LookupInvoker<C> invoker, C context, CoreExtensionSelector<C> coreExtensionSelector) throws Exception { requireNonNull(invoker, "invoker"); requireNonNull(context, "context");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 14.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
import org.apache.maven.api.cli.InvokerRequest; import org.apache.maven.api.services.Lookup; import org.apache.maven.cling.invoker.LookupContext; import org.apache.maven.cling.invoker.LookupInvoker; import org.apache.maven.cling.utils.CLIReportingUtils; import org.jline.builtins.ConfigurationPath; import org.jline.console.impl.Builtins; import org.jline.console.impl.SimpleSystemRegistryImpl;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 10.1K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java
import org.apache.maven.cling.event.ExecutionEventLogger; import org.apache.maven.cling.invoker.CliUtils; import org.apache.maven.cling.invoker.LookupContext; import org.apache.maven.cling.invoker.LookupInvoker; import org.apache.maven.cling.transfer.ConsoleMavenTransferListener; import org.apache.maven.cling.transfer.QuietMavenTransferListener; import org.apache.maven.cling.transfer.SimplexTransferListener;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 11 17:20:46 UTC 2025 - 28.2K bytes - Viewed (0)