Uses of Class
org.apache.maven.plugin.surefire.booterclient.Platform
Packages that use Platform
-
Uses of Platform in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as PlatformModifier and TypeFieldDescriptionprivate final Platform
InPluginVMSurefireStarter.platform
private static final Platform
AbstractSurefireMojo.PLATFORM
Methods in org.apache.maven.plugin.surefire with parameters of type PlatformModifier and TypeMethodDescriptionprivate boolean
AbstractSurefireMojo.canExecuteProviderWithModularPath
(Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private ForkConfiguration
AbstractSurefireMojo.createForkConfiguration
(Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private ForkStarter
AbstractSurefireMojo.createForkStarter
(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private InPluginVMSurefireStarter
AbstractSurefireMojo.createInprocessStarter
(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.createStartupConfiguration
(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity) private void
AbstractSurefireMojo.executeAfterPreconditionsChecked
(DefaultScanResult scanResult, Platform platform) private RunResult
AbstractSurefireMojo.executeProvider
(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) 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
Fields in org.apache.maven.plugin.surefire.booterclient declared as PlatformMethods 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 PlatformModifierConstructorDescription(package private)
AbstractClasspathForkConfiguration
(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) ClasspathForkConfiguration
(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) protected
DefaultForkConfiguration
(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)