Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter |
Modifier and Type | Method and Description |
---|---|
protected ClassLoaderConfiguration |
AbstractSurefireMojo.getClassLoaderConfiguration(boolean isForking) |
Modifier and Type | Method and Description |
---|---|
protected ForkStarter |
AbstractSurefireMojo.createForkStarter(ProviderInfo provider,
ForkConfiguration forkConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters,
SurefireProperties effectiveSystemProperties) |
protected InPluginVMSurefireStarter |
AbstractSurefireMojo.createInprocessStarter(ProviderInfo provider,
ClassLoaderConfiguration classLoaderConfiguration,
RunOrderParameters runOrderParameters) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.cli.Commandline |
ForkConfiguration.createCommandLine(List<String> classPath,
ClassLoaderConfiguration classpathConfiguration,
boolean shadefire) |
Modifier and Type | Method and Description |
---|---|
ClassLoaderConfiguration |
StartupConfiguration.getClassLoaderConfiguration() |
Modifier and Type | Method and Description |
---|---|
static StartupConfiguration |
StartupConfiguration.inForkedVm(String providerClassName,
ClasspathConfiguration classpathConfiguration,
ClassLoaderConfiguration classLoaderConfiguration) |
Constructor and Description |
---|
StartupConfiguration(String providerClassName,
ClasspathConfiguration classpathConfiguration,
ClassLoaderConfiguration classLoaderConfiguration,
boolean isForkRequested,
boolean inForkedVm) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.