Uses of Class
org.apache.maven.it.LauncherException
Packages that use LauncherException
-
Uses of LauncherException in org.apache.maven.it
Methods in org.apache.maven.it that throw LauncherExceptionModifier and TypeMethodDescriptionstatic Embedded3xLauncher
Embedded3xLauncher.createFromClasspath()
Launches an embedded Maven 3.x instance from the current class path, i.e.static Embedded3xLauncher
Embedded3xLauncher.createFromMavenHome
(String mavenHome, String classworldConf, List<URL> classpath) Launches an embedded Maven 3.x instance from some Maven installation directory.Verifier.getClasspath()
private MavenLauncher
Verifier.getMavenLauncher
(Map<String, String> envVars) Embedded3xLauncher.getMavenVersion()
ForkedLauncher.getMavenVersion()
MavenLauncher.getMavenVersion()
private void
Verifier.initEmbeddedLauncher()
int
Embedded3xLauncher.run
(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile) int
ForkedLauncher.run
(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile) int
ForkedLauncher.run
(String[] cliArgs, Properties systemProperties, Map<String, String> envVars, String workingDirectory, File logFile) int
MavenLauncher.run
(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile)