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.class
java.io.IOException
- when the file could not be parsed