org.apache.maven.surefire.booter
Class Classpath

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

public class Classpath
extends java.lang.Object

An ordered set of classpath elements

Author:
Kristian Rosenvold

Constructor Summary
Classpath()
           
 
Method Summary
 void addClassPathElementUrl(java.lang.String path)
           
 Classpath append(Classpath otherClassPathToAppend)
           
 java.lang.Object get(int index)
           
 java.util.List getAsUrlList()
           
 java.util.List getClassPath()
           
 java.lang.String getClassPathAsString()
           
 void setAsSystemProperty(java.lang.String propertyName)
           
 void setForkProperties(java.util.Properties properties, java.lang.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 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-2011 Apache Software Foundation. All Rights Reserved.