Package org.apache.maven.it
Interface MavenLauncher
-
- All Known Implementing Classes:
Embedded3xLauncher,ForkedLauncher
interface MavenLauncher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMavenVersion()intrun(java.lang.String[] cliArgs, java.util.Properties systemProperties, java.lang.String workingDirectory, java.io.File logFile)
-
-
-
Method Detail
-
run
int run(java.lang.String[] cliArgs, java.util.Properties systemProperties, java.lang.String workingDirectory, java.io.File logFile) throws java.io.IOException, LauncherException- Throws:
java.io.IOExceptionLauncherException
-
getMavenVersion
java.lang.String getMavenVersion() throws java.io.IOException, LauncherException- Throws:
java.io.IOExceptionLauncherException
-
-