Uses of Class
org.apache.maven.surefire.booter.Classpath
-
Uses of Classpath in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ClasspathModifier and TypeMethodDescriptionClasspath.addClassPathElementUrl
(String path) static Classpath
Classpath.emptyClasspath()
protected Classpath
AbstractPathConfiguration.getInprocClasspath()
protected Classpath
ClasspathConfiguration.getInprocClasspath()
AbstractPathConfiguration.getProviderClasspath()
abstract Classpath
AbstractPathConfiguration.getTestClasspath()
ClasspathConfiguration.getTestClasspath()
ModularClasspathConfiguration.getTestClasspath()
static Classpath
Methods in org.apache.maven.surefire.booter with parameters of type ClasspathModifier and TypeMethodDescriptionstatic Classpath
void
PropertiesWrapper.setClasspath
(String prefix, Classpath classpath) Constructors in org.apache.maven.surefire.booter with parameters of type ClasspathModifierConstructorDescriptionprotected
AbstractPathConfiguration
(Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation) ClasspathConfiguration
(Classpath testClasspathUrls, Classpath surefireClassPathUrls, Classpath inprocClasspath, boolean enableAssertions, boolean childDelegation) ModularClasspathConfiguration
(ModularClasspath modularClasspath, Classpath testClasspathUrls, Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation)