public final class ClasspathForkConfiguration extends AbstractClasspathForkConfiguration
DEFAULT_PROVIDER_CLASS| Constructor and Description |
|---|
ClasspathForkConfiguration(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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
resolveClasspath(OutputStreamFlushableCommandline cli,
java.lang.String booterThatHasMainMethod,
StartupConfiguration config) |
extendJvmArgLinecreateCommandLine, getArgLine, getBooterClasspath, getDebugLine, getEnvironmentVariables, getForkCount, getJdkForTests, getModelProperties, getPluginPlatform, getTempDirectory, getWorkingDirectory, isDebug, isReuseForks, toCompleteClasspathpublic ClasspathForkConfiguration(@Nonnull
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,
boolean debug,
int forkCount,
boolean reuseForks,
@Nonnull
Platform pluginPlatform,
@Nonnull
ConsoleLogger log)
protected void resolveClasspath(@Nonnull
OutputStreamFlushableCommandline cli,
@Nonnull
java.lang.String booterThatHasMainMethod,
@Nonnull
StartupConfiguration config)
throws SurefireBooterForkException
resolveClasspath in class DefaultForkConfigurationSurefireBooterForkException