Package org.apache.maven.surefire.booter
Class AbstractPathConfiguration
java.lang.Object
org.apache.maven.surefire.booter.AbstractPathConfiguration
- Direct Known Subclasses:
 ClasspathConfiguration,ModularClasspathConfiguration
- Since:
 - 2.21.0.Jigsaw
 - Author:
 - Tibor Digana (tibor17)
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPathConfiguration(Classpath surefireClasspathUrls, boolean enableAssertions, boolean childDelegation)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Classpathabstract ClasspathbooleanDeprecated.abstract booleanMust be exclusive withisModularPathConfig().booleanabstract booleanMust be exclusive withisClassPathConfig().<T extends AbstractPathConfiguration>
TtoRealPath(Class<T> type)  
- 
Field Details
- 
CHILD_DELEGATION
- See Also:
 
 - 
ENABLE_ASSERTIONS
- See Also:
 
 - 
CLASSPATH
- See Also:
 
 - 
SUREFIRE_CLASSPATH
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AbstractPathConfiguration
 
 - 
 - 
Method Details
- 
getTestClasspath
 - 
isModularPathConfig
public abstract boolean isModularPathConfig()Must be exclusive withisClassPathConfig().- Returns:
 trueifthisisModularClasspathConfiguration.
 - 
isClassPathConfig
public abstract boolean isClassPathConfig()Must be exclusive withisModularPathConfig().- Returns:
 trueifthisisClasspathConfiguration.
 - 
getInprocClasspath
 - 
toRealPath
 - 
createMergedClassLoader
- Throws:
 SurefireExecutionException
 - 
getProviderClasspath
 - 
isEnableAssertions
public boolean isEnableAssertions() - 
isChildDelegation
Deprecated. 
 -