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 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 java.util.List getClassPath()
append
public Classpath append(Classpath otherClassPathToAppend)
addClassPathElementUrl
public void addClassPathElementUrl(java.lang.String path)
get
public java.lang.Object get(int index)
size
public int size()
getClassPathAsString
public java.lang.String getClassPathAsString()
getAsUrlList
public java.util.List getAsUrlList()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
setForkProperties
public void setForkProperties(java.util.Properties properties,
java.lang.String prefix)
setAsSystemProperty
public void setAsSystemProperty(java.lang.String propertyName)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.