Package org.apache.maven.surefire.booter
Class ModularClasspath
java.lang.Object
org.apache.maven.surefire.booter.ModularClasspath
Jigsaw class-path and module-path.
- Since:
 - 2.21.0.Jigsaw
 - Author:
 - Tibor Digana (tibor17)
 
- 
Constructor Summary
ConstructorsConstructorDescriptionModularClasspath(String moduleNameFromDescriptor, List<String> modulePath, Collection<String> packages, File patchFile, boolean isMainDescriptor)  - 
Method Summary
Modifier and TypeMethodDescriptionboolean 
- 
Constructor Details
- 
ModularClasspath
 
 - 
 - 
Method Details
- 
getModuleNameFromDescriptor
 - 
getModulePath
 - 
getPackages
 - 
getPatchFile
 - 
isMainDescriptor
public boolean isMainDescriptor() 
 -