Uses of Class
org.apache.maven.surefire.booter.Classpath
-
Packages that use Classpath Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of Classpath in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire with type parameters of type Classpath Modifier and Type Field Description private java.util.Map<java.lang.String,Classpath>
AbstractSurefireMojo.ClasspathCache. classpaths
private static java.util.concurrent.ConcurrentHashMap<java.lang.String,Classpath>
ClasspathCache. CLASSPATHS
Deprecated.Methods in org.apache.maven.plugin.surefire that return Classpath Modifier and Type Method 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)
private Classpath
AbstractSurefireMojo.ClasspathCache. getCachedClassPath(java.lang.String artifactId)
static Classpath
ClasspathCache. getCachedClassPath(java.lang.String artifactId)
Deprecated.private Classpath
AbstractSurefireMojo.ClasspathCache. setCachedClasspath(java.lang.String key, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)
static Classpath
ClasspathCache. setCachedClasspath(java.lang.String key, java.util.Set<org.apache.maven.artifact.Artifact> artifacts)
Deprecated.(package private) Classpath
TestClassPath. toClasspath()
Methods in org.apache.maven.plugin.surefire with parameters of type Classpath Modifier and Type Method Description private static Classpath
AbstractSurefireMojo. createInProcClasspath(Classpath providerClasspath, java.util.Set<org.apache.maven.artifact.Artifact> newArtifacts)
private void
AbstractSurefireMojo.ClasspathCache. setCachedClasspath(java.lang.String key, Classpath classpath)
static void
ClasspathCache. setCachedClasspath(java.lang.String key, Classpath classpath)
Deprecated.void
SurefireProperties. setClasspath(java.lang.String prefix, Classpath classpath)
-
Uses of Classpath in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as Classpath Modifier and Type Field Description private Classpath
DefaultForkConfiguration. booterClasspath
Methods in org.apache.maven.plugin.surefire.booterclient that return Classpath Modifier and Type Method Description protected Classpath
DefaultForkConfiguration. getBooterClasspath()
protected abstract Classpath
ForkConfiguration. getBooterClasspath()
Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type Classpath 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)
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)
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)
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)
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)
-
Uses of Classpath in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as Classpath Modifier and Type Field Description private Classpath
ClasspathConfiguration. inprocClasspath
The surefire classpath to use when invoking in-process with the pluginprivate Classpath
ModularClasspathConfiguration. inprocClasspath
The surefire classpath to use when invoking in-process with the pluginprivate Classpath
AbstractPathConfiguration. surefireClasspathUrls
private Classpath
ClasspathConfiguration. testClasspathUrls
private Classpath
ModularClasspathConfiguration. testClasspathUrls
Methods in org.apache.maven.surefire.booter that return Classpath Modifier and Type Method 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 abstract Classpath
AbstractPathConfiguration. getInprocClasspath()
protected Classpath
ClasspathConfiguration. getInprocClasspath()
protected Classpath
ModularClasspathConfiguration. getInprocClasspath()
(package private) Classpath
AbstractPathConfiguration. getInprocTestClasspath()
Classpath
AbstractPathConfiguration. getProviderClasspath()
abstract Classpath
AbstractPathConfiguration. getTestClasspath()
Classpath
ClasspathConfiguration. getTestClasspath()
Classpath
ModularClasspathConfiguration. getTestClasspath()
static Classpath
Classpath. join(Classpath firstClasspath, Classpath secondClasspath)
Methods in org.apache.maven.surefire.booter with parameters of type Classpath Modifier and Type Method Description (package private) java.lang.ClassLoader
AbstractPathConfiguration. createMergedClassLoader(Classpath cp)
static Classpath
Classpath. join(Classpath firstClasspath, Classpath secondClasspath)
void
PropertiesWrapper. setClasspath(java.lang.String prefix, Classpath classpath)
Constructors in org.apache.maven.surefire.booter with parameters of type Classpath Constructor 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, Classpath inprocClasspath, boolean enableAssertions, boolean childDelegation)
-