org.apache.maven.surefire.booter
Class ClasspathConfiguration
java.lang.Object
org.apache.maven.surefire.booter.ClasspathConfiguration
public class ClasspathConfiguration
- extends java.lang.Object
Represents the classpaths for the BooterConfiguration.
- Version:
- $Id$
- Author:
- Jason van Zyl, Emmanuel Venisse, Kristian Rosenvold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathConfiguration
public ClasspathConfiguration(boolean enableAssertions,
boolean childDelegation)
ClasspathConfiguration
public ClasspathConfiguration(Classpath testClasspath,
Classpath surefireClassPathUrls,
Classpath inprocClasspath,
boolean enableAssertions,
boolean childDelegation)
setForkProperties
public void setForkProperties(PropertiesWrapper properties)
createTestClassLoader
public java.lang.ClassLoader createTestClassLoader(boolean childDelegation)
throws SurefireExecutionException
- Throws:
SurefireExecutionException
createTestClassLoader
public java.lang.ClassLoader createTestClassLoader()
throws SurefireExecutionException
- Throws:
SurefireExecutionException
createSurefireClassLoader
public java.lang.ClassLoader createSurefireClassLoader(java.lang.ClassLoader parent)
throws SurefireExecutionException
- Throws:
SurefireExecutionException
createInprocSurefireClassLoader
public java.lang.ClassLoader createInprocSurefireClassLoader(java.lang.ClassLoader parent)
throws SurefireExecutionException
- Throws:
SurefireExecutionException
getTestClasspath
public Classpath getTestClasspath()
createForkingTestClassLoader
public java.lang.ClassLoader createForkingTestClassLoader(boolean manifestOnlyJarRequestedAndUsable)
throws SurefireExecutionException
- Throws:
SurefireExecutionException
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.