| Constructor and Description | 
|---|
Classpath(Classpath other,
         String additionalElement)  | 
Classpath(Collection<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 Classpath(Collection<String> elements)
public static Classpath emptyClasspath()
public List<URL> getAsUrlList() throws MalformedURLException
MalformedURLExceptionpublic void writeToSystemProperty(String propertyName)
public ClassLoader createClassLoader(ClassLoader parent, boolean childDelegation, boolean enableAssertions, String roleName) throws SurefireExecutionException
SurefireExecutionExceptionCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.