public final class JarManifestForkConfiguration extends DefaultForkConfiguration
Constructor and Description |
---|
JarManifestForkConfiguration(Classpath bootClasspath,
File tempDirectory,
String debugLine,
File workingDirectory,
Properties modelProperties,
String argLine,
Map<String,String> environmentVariables,
String[] excludedEnvironmentVariables,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log,
ForkNodeFactory forkNodeFactory) |
Modifier and Type | Method and Description |
---|---|
protected String |
extendJvmArgLine(String jvmArgLine) |
protected void |
resolveClasspath(Commandline cli,
String booterThatHasMainMethod,
StartupConfiguration config,
File dumpLogDirectory) |
createCommandLine, getArgLine, getBooterClasspath, getDebugLine, getEnvironmentVariables, getExcludedEnvironmentVariables, getForkCount, getForkNodeFactory, getJdkForTests, getLogger, getModelProperties, getPluginPlatform, getTempDirectory, getWorkingDirectory, isDebug, isReuseForks, toCompleteClasspath
public JarManifestForkConfiguration(@Nonnull Classpath bootClasspath, @Nonnull File tempDirectory, @Nullable String debugLine, @Nonnull File workingDirectory, @Nonnull Properties modelProperties, @Nullable String argLine, @Nonnull Map<String,String> environmentVariables, @Nonnull String[] excludedEnvironmentVariables, boolean debug, int forkCount, boolean reuseForks, @Nonnull Platform pluginPlatform, @Nonnull ConsoleLogger log, @Nonnull ForkNodeFactory forkNodeFactory)
protected void resolveClasspath(@Nonnull Commandline cli, @Nonnull String booterThatHasMainMethod, @Nonnull StartupConfiguration config, @Nonnull File dumpLogDirectory) throws SurefireBooterForkException
resolveClasspath
in class DefaultForkConfiguration
SurefireBooterForkException
@Nonnull protected String extendJvmArgLine(@Nonnull String jvmArgLine)
extendJvmArgLine
in class DefaultForkConfiguration
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.