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
Fields in org.apache.maven.plugin.surefire declared as Platform Modifier and Type Field Description private PlatformInPluginVMSurefireStarter. platformprivate static PlatformAbstractSurefireMojo. PLATFORMMethods in org.apache.maven.plugin.surefire with parameters of type Platform Modifier and Type Method Description private booleanAbstractSurefireMojo. canExecuteProviderWithModularPath(Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)private ForkConfigurationAbstractSurefireMojo. createForkConfiguration(Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)private ForkStarterAbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)private InPluginVMSurefireStarterAbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper)private StartupConfigurationAbstractSurefireMojo. createStartupConfiguration(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity)private voidAbstractSurefireMojo. executeAfterPreconditionsChecked(DefaultScanResult scanResult, Platform platform)private RunResultAbstractSurefireMojo. executeProvider(ProviderInfo provider, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult)Constructors in org.apache.maven.plugin.surefire with parameters of type Platform Constructor Description InPluginVMSurefireStarter(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 Platform Modifier and Type Field Description private PlatformDefaultForkConfiguration. pluginPlatformMethods in org.apache.maven.plugin.surefire.booterclient that return Platform Modifier and Type Method Description protected PlatformDefaultForkConfiguration. getPluginPlatform()protected abstract PlatformForkConfiguration. getPluginPlatform()PlatformPlatform. withJdkExecAttributesForTests(JdkAttributes jdk)Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type Platform Constructor Description AbstractClasspathForkConfiguration(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, ConsoleLogger log, ForkNodeFactory forkNodeFactory)ClasspathForkConfiguration(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, ConsoleLogger log, ForkNodeFactory forkNodeFactory)DefaultForkConfiguration(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, ConsoleLogger log, ForkNodeFactory forkNodeFactory)JarManifestForkConfiguration(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, ConsoleLogger log, ForkNodeFactory forkNodeFactory)ModularClasspathForkConfiguration(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, ConsoleLogger log, ForkNodeFactory forkNodeFactory)
-