org.apache.maven.surefire.booter
Class ClassLoaderConfiguration

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

public class ClassLoaderConfiguration
extends Object

Configuration for forking tests.

Author:
Brett Porter, Kenney Westerhof

Constructor Summary
ClassLoaderConfiguration(boolean useSystemClassLoader, boolean useManifestOnlyJar)
           
 
Method Summary
 boolean isManifestOnlyJarRequestedAndUsable()
           
 boolean isUseManifestOnlyJar()
           
 boolean isUseSystemClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderConfiguration

public ClassLoaderConfiguration(boolean useSystemClassLoader,
                                boolean useManifestOnlyJar)
Method Detail

isUseSystemClassLoader

public boolean isUseSystemClassLoader()

isUseManifestOnlyJar

public boolean isUseManifestOnlyJar()

isManifestOnlyJarRequestedAndUsable

public boolean isManifestOnlyJarRequestedAndUsable()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.