Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath> |
ClasspathCache.CLASSPATHS |
Modifier and Type | Method and Description |
---|---|
private static Classpath |
AbstractSurefireMojo.createInProcClasspath(Classpath providerClasspath,
java.util.Set<org.apache.maven.artifact.Artifact> newArtifacts) |
private Classpath |
AbstractSurefireMojo.getArtifactClasspath(org.apache.maven.artifact.Artifact surefireArtifact) |
static Classpath |
ClasspathCache.getCachedClassPath(java.lang.String artifactId) |
static Classpath |
ClasspathCache.setCachedClasspath(java.lang.String key,
java.util.Set<org.apache.maven.artifact.Artifact> artifacts) |
(package private) Classpath |
TestClassPath.toClasspath() |
Modifier and Type | Method and Description |
---|---|
private static Classpath |
AbstractSurefireMojo.createInProcClasspath(Classpath providerClasspath,
java.util.Set<org.apache.maven.artifact.Artifact> newArtifacts) |
static void |
ClasspathCache.setCachedClasspath(java.lang.String key,
Classpath classpath) |
void |
SurefireProperties.setClasspath(java.lang.String prefix,
Classpath classpath) |
Modifier and Type | Field and Description |
---|---|
private Classpath |
DefaultForkConfiguration.booterClasspath |
Modifier and Type | Method and Description |
---|---|
protected Classpath |
DefaultForkConfiguration.getBooterClasspath() |
protected abstract Classpath |
ForkConfiguration.getBooterClasspath() |
Constructor and 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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
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,
boolean debug,
int forkCount,
boolean reuseForks,
Platform pluginPlatform,
ConsoleLogger log) |
Modifier and Type | Field and Description |
---|---|
private Classpath |
ClasspathConfiguration.inprocClasspath
The surefire classpath to use when invoking in-process with the plugin
|
private Classpath |
AbstractPathConfiguration.surefireClasspathUrls |
private Classpath |
ModularClasspathConfiguration.testClasspathUrls |
private Classpath |
ClasspathConfiguration.testClasspathUrls |
Modifier and Type | Method and Description |
---|---|
Classpath |
Classpath.addClassPathElementUrl(java.lang.String path) |
Classpath |
Classpath.clone() |
static Classpath |
Classpath.emptyClasspath() |
(package private) Classpath |
PropertiesWrapper.getClasspath(java.lang.String prefix) |
protected Classpath |
ClasspathConfiguration.getInprocClasspath() |
protected Classpath |
AbstractPathConfiguration.getInprocClasspath() |
Classpath |
AbstractPathConfiguration.getProviderClasspath() |
Classpath |
ModularClasspathConfiguration.getTestClasspath() |
Classpath |
ClasspathConfiguration.getTestClasspath() |
abstract Classpath |
AbstractPathConfiguration.getTestClasspath() |
static Classpath |
Classpath.join(Classpath firstClasspath,
Classpath secondClasspath) |
Modifier and Type | Method and Description |
---|---|
static Classpath |
Classpath.join(Classpath firstClasspath,
Classpath secondClasspath) |
void |
PropertiesWrapper.setClasspath(java.lang.String prefix,
Classpath classpath) |
Constructor and Description |
---|
AbstractPathConfiguration(Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |
Classpath(Classpath other,
java.lang.String additionalElement) |
ClasspathConfiguration(Classpath testClasspathUrls,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |
ModularClasspathConfiguration(ModularClasspath modularClasspath,
Classpath testClasspathUrls,
Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |