Uses of Class
org.apache.maven.shared.verifier.LauncherException
Packages that use LauncherException
-
Uses of LauncherException in org.apache.maven.shared.verifier
Methods in org.apache.maven.shared.verifier 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.protected MavenLauncher
Verifier.getMavenLauncher
(Map<String, String> envVars) Embedded3xLauncher.getMavenVersion()
ForkedLauncher.getMavenVersion()
MavenLauncher.getMavenVersion()
private void
Verifier.initEmbeddedLauncher()
Verifier.parseClasspath
(String classpath) 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)