Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
Packages that use Platform
-
Uses of Platform in org.apache.maven.plugin.surefire
Constructors in org.apache.maven.plugin.surefire with parameters of type PlatformModifierConstructorDescriptionInPluginVMSurefireStarter(StartupConfiguration startupConfig, ProviderConfiguration providerConfig, StartupReportConfiguration startupReportConfig, ConsoleLogger consoleLogger, Platform platform) -
Uses of Platform in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return PlatformModifier and TypeMethodDescriptionprotected PlatformDefaultForkConfiguration.getPluginPlatform()protected abstract PlatformForkConfiguration.getPluginPlatform()Platform.withJdkExecAttributesForTests(JdkAttributes jdk) Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type PlatformModifierConstructorDescriptionClasspathForkConfiguration(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) protectedDefaultForkConfiguration(Classpath booterClasspath, 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) 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) ModularClasspathForkConfiguration(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)