Class JarManifestForkConfiguration
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
org.apache.maven.plugin.surefire.booterclient.DefaultForkConfiguration
org.apache.maven.plugin.surefire.booterclient.JarManifestForkConfiguration
- Since:
- 2.21.0.Jigsaw
- Author:
- Tibor Digana (tibor17)
-
Constructor Summary
ConstructorsConstructorDescriptionJarManifestForkConfiguration
(org.apache.maven.surefire.booter.Classpath bootClasspath, File tempDirectory, String debugLine, File workingDirectory, Properties modelProperties, String argLine, Map<String, String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
extendJvmArgLine
(String jvmArgLine) protected void
resolveClasspath
(OutputStreamFlushableCommandline cli, String booterThatHasMainMethod, org.apache.maven.surefire.booter.StartupConfiguration config) Methods inherited from class org.apache.maven.plugin.surefire.booterclient.DefaultForkConfiguration
createCommandLine, getArgLine, getBooterClasspath, getDebugLine, getEnvironmentVariables, getForkCount, getJdkForTests, getModelProperties, getPluginPlatform, getTempDirectory, getWorkingDirectory, isDebug, isReuseForks, toCompleteClasspath
-
Constructor Details
-
JarManifestForkConfiguration
public JarManifestForkConfiguration(@Nonnull org.apache.maven.surefire.booter.Classpath bootClasspath, @Nonnull File tempDirectory, @Nullable String debugLine, @Nonnull File workingDirectory, @Nonnull Properties modelProperties, @Nullable String argLine, @Nonnull Map<String, String> environmentVariables, boolean debug, int forkCount, boolean reuseForks, @Nonnull Platform pluginPlatform, @Nonnull org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
-
-
Method Details
-
resolveClasspath
protected void resolveClasspath(@Nonnull OutputStreamFlushableCommandline cli, @Nonnull String booterThatHasMainMethod, @Nonnull org.apache.maven.surefire.booter.StartupConfiguration config) throws org.apache.maven.surefire.booter.SurefireBooterForkException - Specified by:
resolveClasspath
in classDefaultForkConfiguration
- Throws:
org.apache.maven.surefire.booter.SurefireBooterForkException
-
extendJvmArgLine
- Overrides:
extendJvmArgLine
in classDefaultForkConfiguration
-