Constructor and Description |
---|
Classpath(Classpath other,
String additionalElement) |
Classpath(Iterable<String> elements) |
Modifier and Type | Method and Description |
---|---|
Classpath |
addClassPathElementUrl(String path) |
ClassLoader |
createClassLoader(ClassLoader parent,
boolean childDelegation,
boolean enableAssertions,
String roleName) |
static Classpath |
emptyClasspath() |
boolean |
equals(Object o) |
List<URL> |
getAsUrlList() |
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) |
public static Classpath emptyClasspath()
public List<URL> getAsUrlList() throws MalformedURLException
MalformedURLException
public void writeToSystemProperty(String propertyName)
public ClassLoader createClassLoader(ClassLoader parent, boolean childDelegation, boolean enableAssertions, String roleName) throws SurefireExecutionException
SurefireExecutionException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.