- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 90 for invokers (0.05 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/resident/ResidentMavenInvokerTest.java
* under the License. */ package org.apache.maven.cling.invoker.mvn.resident; import java.nio.file.FileSystem; import java.nio.file.Path; import java.util.List; import com.google.common.jimfs.Configuration; import com.google.common.jimfs.Jimfs; import org.apache.maven.api.cli.Invoker; import org.apache.maven.api.cli.Parser; import org.apache.maven.cling.invoker.ProtoLookup;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 10:47:37 UTC 2025 - 2.5K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTestSupport.java
} HashMap<String, String> logs = new HashMap<>(); Parser parser = createParser(); try (ClassWorld classWorld = createClassWorld(); Invoker invoker = createInvoker(classWorld)) { for (String goal : goals) { ByteArrayOutputStream stdout = new ByteArrayOutputStream(); ByteArrayOutputStream stderr = new ByteArrayOutputStream();Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 21 12:17:55 UTC 2025 - 6.8K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTest.java
// [main] WARNING org.apache.maven.cling.invoker.PlexusContainerCapsuleFactory - // [main] WARNING org.apache.maven.cling.invoker.PlexusContainerCapsuleFactory - Order of core extensions // precedence is project > user > installation. Selected extensions are: // [main] WARNING org.apache.maven.cling.invoker.PlexusContainerCapsuleFactory - *Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 21 12:17:55 UTC 2025 - 9.3K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/InvokerException.java
super(message, cause); } /** * Exception for intentional exit: No message or anything will be displayed, just the * carried exit code will be returned from invoker {@link Invoker#invoke(InvokerRequest)} method. */ public static final class ExitException extends InvokerException { private final int exitCode; public ExitException(int exitCode) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 10:47:37 UTC 2025 - 2.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
import static org.apache.maven.cling.invoker.CliUtils.toMavenExecutionRequestLoggingLevel; import static org.apache.maven.cling.invoker.CliUtils.toProperties; /** * Lookup invoker implementation, that boots up DI container. * * @param <C> The context type. */ public abstract class LookupInvoker<C extends LookupContext> implements Invoker { protected final Lookup protoLookup; @Nullable
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/mvnup/goals/package-info.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 3.3K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
*/ package org.apache.maven.cling.invoker.mvnsh; import java.nio.file.Path; import java.util.Map; import java.util.concurrent.atomic.AtomicReference; import java.util.function.Consumer; import org.apache.maven.api.annotations.Nullable; import org.apache.maven.api.cli.InvokerRequest; import org.apache.maven.api.services.Lookup; import org.apache.maven.cling.invoker.LookupContext;
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/BaseParser.java
import static org.apache.maven.cling.invoker.CliUtils.or; import static org.apache.maven.cling.invoker.CliUtils.prefix; import static org.apache.maven.cling.invoker.CliUtils.stripLeadingAndTrailingQuotes; import static org.apache.maven.cling.invoker.CliUtils.toMap; public abstract class BaseParser implements Parser { @SuppressWarnings("VisibilityModifier") public static class LocalContext {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:39:11 UTC 2025 - 25.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PrecedenceCoreExtensionSelector.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.invoker; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Objects; import java.util.Optional; import org.apache.maven.api.cli.CoreExtensions;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 15:32:43 UTC 2025 - 4.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeStrategy.java
* under the License. */ package org.apache.maven.cling.invoker.mvnup.goals; import java.nio.file.Path; import java.util.Map; import java.util.Optional; import eu.maveniverse.domtrip.Document; import org.apache.maven.api.cli.mvnup.UpgradeOptions; import org.apache.maven.cling.invoker.mvnup.UpgradeContext; /** * Strategy interface for different types of upgrade operations.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 3.4K bytes - Viewed (0)