org.apache.maven.surefire.booter
Class Classpath
java.lang.Object
org.apache.maven.surefire.booter.Classpath
public class Classpath
- extends java.lang.Object
An ordered list of classpath elements with set behaviour
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Classpath
public Classpath()
Classpath
public Classpath(java.util.List elements)
join
public static Classpath join(Classpath firstClasspath,
Classpath secondClasspath)
addClassPathElementUrl
public void addClassPathElementUrl(java.lang.String path)
getClassPath
public java.util.List getClassPath()
getAsUrlList
public java.util.List getAsUrlList()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
writeToSystemProperty
public void writeToSystemProperty(java.lang.String propertyName)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.