Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
-
Packages that use Platform Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient -
-
Uses of Platform in org.apache.maven.plugin.surefire
Constructors in org.apache.maven.plugin.surefire with parameters of type Platform Constructor Description InPluginVMSurefireStarter(org.apache.maven.surefire.booter.StartupConfiguration startupConfig, org.apache.maven.surefire.booter.ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, org.apache.maven.plugin.surefire.log.api.ConsoleLogger consoleLogger, Platform platform)
-
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, 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)
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, 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)
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, 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)
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)
-