Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter |
Modifier and Type | Method and Description |
---|---|
Classpath |
SurefireDependencyResolver.addProviderToClasspath(Map<String,org.apache.maven.artifact.Artifact> pluginArtifactMap,
org.apache.maven.artifact.Artifact surefireArtifact) |
static Classpath |
ClasspathCache.getCachedClassPath(String artifactId) |
Classpath |
ProviderInfo.getProviderClasspath() |
Classpath |
AbstractSurefireMojo.DynamicProviderInfo.getProviderClasspath() |
Classpath |
SurefireDependencyResolver.getProviderClasspath(String provider,
String version,
org.apache.maven.artifact.Artifact filteredArtifact) |
Modifier and Type | Method and Description |
---|---|
static void |
ClasspathCache.setCachedClasspath(String key,
Classpath classpath) |
Modifier and Type | Method and Description |
---|---|
Classpath |
ForkConfiguration.getBootClasspath() |
Constructor and Description |
---|
ForkConfiguration(Classpath bootClasspathConfiguration,
File tmpDir,
String debugLine,
String jvmExecutable,
File workingDirectory,
String argLine,
Map<String,String> environmentVariables,
boolean debugEnabled,
int forkCount) |
Modifier and Type | Method and Description |
---|---|
Classpath |
ClasspathConfiguration.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(String prefix,
Classpath classpath) |
Constructor and Description |
---|
Classpath(Classpath other) |
ClasspathConfiguration(Classpath testClasspath,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.