org.apache.maven.surefire.booter
Class Classpath
java.lang.Object
org.apache.maven.surefire.booter.Classpath
public class Classpath
- extends Object
An ordered set of classpath elements
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Classpath
public Classpath()
getClassPath
public List getClassPath()
append
public Classpath append(Classpath otherClassPathToAppend)
addClassPathElementUrl
public void addClassPathElementUrl(String path)
get
public Object get(int index)
size
public int size()
getClassPathAsString
public String getClassPathAsString()
getAsUrlList
public List getAsUrlList()
throws MalformedURLException
- Throws:
MalformedURLException
setForkProperties
public void setForkProperties(Properties properties,
String prefix)
setAsSystemProperty
public void setAsSystemProperty(String propertyName)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.