Uses of Interface
org.codehaus.plexus.languages.java.jpms.ModuleInfoParser
-
Packages that use ModuleInfoParser Package Description org.codehaus.plexus.languages.java.jpms -
-
Uses of ModuleInfoParser in org.codehaus.plexus.languages.java.jpms
Classes in org.codehaus.plexus.languages.java.jpms that implement ModuleInfoParser Modifier and Type Class Description (package private) class
AbstractBinaryModuleInfoParser
(package private) class
AsmModuleInfoParser
Extract information from module with ASM(package private) class
BinaryModuleInfoParser
Methods in org.codehaus.plexus.languages.java.jpms that return ModuleInfoParser Modifier and Type Method Description (package private) ModuleInfoParser
LocationManager. getBinaryModuleInfoParser(java.nio.file.Path jdkHome)
If the jdkHome is specified, its version it considered higher than the runtime java version.Methods in org.codehaus.plexus.languages.java.jpms with parameters of type ModuleInfoParser Modifier and Type Method Description private <T> JavaModuleDescriptor
LocationManager. getMainModuleDescriptor(ResolvePathsRequest<T> request, ModuleInfoParser binaryParser)
private ResolvePathResult
LocationManager. resolvePath(java.nio.file.Path path, ModuleNameExtractor fileModulenameExtractor, ModuleInfoParser binaryParser)
-