org.apache.maven.surefire.booter
Class Classpath

java.lang.Object
  extended by org.apache.maven.surefire.booter.Classpath

public class Classpath
extends Object

An ordered set of classpath elements

Author:
Kristian Rosenvold

Constructor Summary
Classpath()
           
 
Method Summary
 void addClassPathElementUrl(String path)
           
 Classpath append(Classpath otherClassPathToAppend)
           
 Object get(int index)
           
 List getAsUrlList()
           
 List getClassPath()
           
 String getClassPathAsString()
           
 void setAsSystemProperty(String propertyName)
           
 void setForkProperties(Properties properties, String prefix)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classpath

public Classpath()
Method Detail

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.