Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
-
Packages that use Platform Package Description org.apache.maven.plugin.surefire.booterclient -
-
Uses of Platform in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return Platform Modifier and Type Method Description protected Platform
DefaultForkConfiguration. getPluginPlatform()
protected abstract Platform
ForkConfiguration. getPluginPlatform()
Platform
Platform. withJdkExecAttributesForTests(JdkAttributes jdk)
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type Platform Constructor Description ClasspathForkConfiguration(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, boolean debug, int forkCount, boolean reuseForks, Platform pluginPlatform, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
DefaultForkConfiguration(org.apache.maven.surefire.booter.Classpath booterClasspath, 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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
JarManifestForkConfiguration(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, 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, 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, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
-