Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
Packages that use Platform
-
Uses of Platform in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return PlatformModifier and TypeMethodDescriptionprotected Platform
DefaultForkConfiguration.getPluginPlatform()
protected abstract Platform
ForkConfiguration.getPluginPlatform()
Platform.withJdkExecAttributesForTests
(JdkAttributes jdk) Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type PlatformModifierConstructorDescriptionClasspathForkConfiguration
(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) protected
DefaultForkConfiguration
(org.apache.maven.surefire.booter.Classpath booterClasspath, 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) JarManifestForkConfiguration
(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) ModularClasspathForkConfiguration
(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)