- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for CliRequest (0.29 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/CliRequest.java
import org.apache.maven.execution.DefaultMavenExecutionRequest; import org.apache.maven.execution.MavenExecutionRequest; import org.codehaus.plexus.classworlds.ClassWorld; /** * CliRequest */ @Deprecated public class CliRequest { String[] args; CommandLine commandLine; ClassWorld classWorld; String workingDirectory; File multiModuleProjectDirectory; Path rootDirectory;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 2.8K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/configuration/ConfigurationProcessor.java
* under the License. */ package org.apache.maven.cli.configuration; import org.apache.maven.cli.CliRequest; /** * ConfigurationProcessor */ @Deprecated public interface ConfigurationProcessor { void process(CliRequest request) throws Exception;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 1K bytes - Viewed (0) -
compat/maven-embedder/src/site/apt/index.apt.vm
----- Hervé Boutemy ----- 2016-11-14 ----- ${project.name} ${project.description} * Useful entry points * {{{./apidocs/org/apache/maven/cli/MavenCli.html}MavenCli.doMain(CliRequest)}} is the main method preparing runtime environment before running {{{../maven-core/}Maven.execute()}} * References * {{{./cli.html}CLI options}}, * {{{./logging.html}logging API}}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.8K bytes - Viewed (0)