Constructor and Description |
---|
Classpath(Classpath other,
String additionalElement) |
Classpath(Collection<String> elements) |
Modifier and Type | Method and Description |
---|---|
Classpath |
addClassPathElementUrl(String path) |
Classpath |
clone() |
ClassLoader |
createClassLoader(boolean childDelegation,
boolean enableAssertions,
String roleName) |
static Classpath |
emptyClasspath() |
boolean |
equals(Object o) |
List<String> |
getClassPath() |
String |
getCompactLogMessage(String descriptor) |
String |
getLogMessage(String descriptor) |
int |
hashCode() |
Iterator<String> |
iterator() |
static Classpath |
join(Classpath firstClasspath,
Classpath secondClasspath) |
void |
writeToSystemProperty(String propertyName) |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Classpath(@Nonnull Collection<String> elements)
public static Classpath emptyClasspath()
public ClassLoader createClassLoader(boolean childDelegation, boolean enableAssertions, @Nonnull String roleName) throws SurefireExecutionException
SurefireExecutionException
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.