public class Classpath extends Object
| Constructor and Description |
|---|
Classpath() |
Classpath(Classpath other) |
Classpath(List elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassPathElementUrl(String path) |
ClassLoader |
createClassLoader(ClassLoader parent,
boolean childDelegation,
boolean enableAssertions,
String roleName) |
boolean |
equals(Object o) |
List |
getAsUrlList() |
List |
getClassPath() |
int |
hashCode() |
static Classpath |
join(Classpath firstClasspath,
Classpath secondClasspath) |
void |
writeToSystemProperty(String propertyName) |
public Classpath()
public Classpath(Classpath other)
public Classpath(List elements)
public void addClassPathElementUrl(String path)
public List getClassPath()
public List getAsUrlList() throws MalformedURLException
MalformedURLExceptionpublic void writeToSystemProperty(String propertyName)
public ClassLoader createClassLoader(ClassLoader parent, boolean childDelegation, boolean enableAssertions, String roleName) throws SurefireExecutionException
SurefireExecutionExceptionCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.