Modifier and Type | Method and Description |
---|---|
Classpath |
Classpath.addClassPathElementUrl(String path) |
static Classpath |
Classpath.emptyClasspath() |
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(String prefix,
Classpath classpath) |
Constructor and Description |
---|
AbstractPathConfiguration(Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |
Classpath(Classpath other,
String additionalElement) |
ClasspathConfiguration(Classpath testClasspathUrls,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation) |
ModularClasspathConfiguration(ModularClasspath modularClasspath,
Classpath testClasspathUrls,
Classpath surefireClasspathUrls,
boolean enableAssertions,
boolean childDelegation) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.