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) classAbstractBinaryModuleInfoParser(package private) classAsmModuleInfoParserExtract information from module with ASM(package private) classBinaryModuleInfoParserMethods in org.codehaus.plexus.languages.java.jpms that return ModuleInfoParser Modifier and Type Method Description (package private) ModuleInfoParserLocationManager. 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> JavaModuleDescriptorLocationManager. getMainModuleDescriptor(ResolvePathsRequest<T> request, ModuleInfoParser binaryParser)private ResolvePathResultLocationManager. resolvePath(java.nio.file.Path path, ModuleNameExtractor fileModulenameExtractor, ModuleInfoParser binaryParser)
-