interface ModuleInfoParser
| Modifier and Type | Method and Description |
|---|---|
JavaModuleDescriptor |
getModuleDescriptor(java.nio.file.Path modulePath)
Extracts the name from the module-info file
|
JavaModuleDescriptor getModuleDescriptor(java.nio.file.Path modulePath) throws java.io.IOException
modulePath - the path to the module-info.classjava.io.IOException - when the file could not be parsed