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 Embedded3xLauncherEmbedded3xLauncher.createFromClasspath()Launches an embedded Maven 3.x instance from the current class path, i.e.static Embedded3xLauncherEmbedded3xLauncher.createFromMavenHome(String mavenHome, String classworldConf, List<URL> classpath) Launches an embedded Maven 3.x instance from some Maven installation directory.Verifier.getClasspath()private MavenLauncherVerifier.getMavenLauncher(Map<String, String> envVars) Embedded3xLauncher.getMavenVersion()ForkedLauncher.getMavenVersion()MavenLauncher.getMavenVersion()private voidVerifier.initEmbeddedLauncher()intEmbedded3xLauncher.run(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile) intForkedLauncher.run(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile) intForkedLauncher.run(String[] cliArgs, Properties systemProperties, Map<String, String> envVars, String workingDirectory, File logFile) intMavenLauncher.run(String[] cliArgs, Properties systemProperties, String workingDirectory, File logFile)