org.apache.maven.surefire.booter
Class ClassLoaderConfiguration
java.lang.Object
  
org.apache.maven.surefire.booter.ClassLoaderConfiguration
public class ClassLoaderConfiguration
- extends Object
 
Configuration for forking tests.
- Author:
 
  - Brett Porter, Kenney Westerhof
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassLoaderConfiguration
public ClassLoaderConfiguration(boolean useSystemClassLoader,
                                boolean useManifestOnlyJar)
isUseSystemClassLoader
public boolean isUseSystemClassLoader()
 
isUseManifestOnlyJar
public boolean isUseManifestOnlyJar()
 
isManifestOnlyJarRequestedAndUsable
public boolean isManifestOnlyJarRequestedAndUsable()
 
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.