Class ModularClasspathForkConfiguration
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
-
- org.apache.maven.plugin.surefire.booterclient.DefaultForkConfiguration
-
- org.apache.maven.plugin.surefire.booterclient.ModularClasspathForkConfiguration
-
public class ModularClasspathForkConfiguration extends DefaultForkConfiguration
- Since:
- 2.21.0.Jigsaw
- Author:
- Tibor Digana (tibor17)
-
-
Constructor Summary
Constructors Constructor Description ModularClasspathForkConfiguration(org.apache.maven.surefire.booter.Classpath bootClasspath, java.io.File tempDirectory, java.lang.String debugLine, java.io.File workingDirectory, java.util.Properties modelProperties, java.lang.String argLine, java.util.Map<java.lang.String,java.lang.String> environmentVariables, java.lang.String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
resolveClasspath(Commandline cli, java.lang.String startClass, org.apache.maven.surefire.booter.StartupConfiguration config, java.io.File dumpLogDirectory)
-
Methods inherited from class org.apache.maven.plugin.surefire.booterclient.DefaultForkConfiguration
createCommandLine, extendJvmArgLine, getArgLine, getBooterClasspath, getDebugLine, getEnvironmentVariables, getExcludedEnvironmentVariables, getForkCount, getForkNodeFactory, getJdkForTests, getLogger, getModelProperties, getPluginPlatform, getTempDirectory, getWorkingDirectory, isDebug, isReuseForks, toCompleteClasspath
-
-
-
-
Constructor Detail
-
ModularClasspathForkConfiguration
public ModularClasspathForkConfiguration(@Nonnull org.apache.maven.surefire.booter.Classpath bootClasspath, @Nonnull java.io.File tempDirectory, @Nullable java.lang.String debugLine, @Nonnull java.io.File workingDirectory, @Nonnull java.util.Properties modelProperties, @Nullable java.lang.String argLine, @Nonnull java.util.Map<java.lang.String,java.lang.String> environmentVariables, @Nonnull java.lang.String[] excludedEnvironmentVariables, boolean debug, @Nonnegative int forkCount, boolean reuseForks, @Nonnull Platform pluginPlatform, @Nonnull org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, @Nonnull org.apache.maven.surefire.extensions.ForkNodeFactory forkNodeFactory)
-
-
Method Detail
-
resolveClasspath
protected void resolveClasspath(@Nonnull Commandline cli, @Nonnull java.lang.String startClass, @Nonnull org.apache.maven.surefire.booter.StartupConfiguration config, @Nonnull java.io.File dumpLogDirectory) throws org.apache.maven.surefire.booter.SurefireBooterForkException
- Specified by:
resolveClasspath
in classDefaultForkConfiguration
- Throws:
org.apache.maven.surefire.booter.SurefireBooterForkException
-
-