public abstract class AbstractBinaryModuleInfoParser extends Object
| Constructor and Description |
|---|
AbstractBinaryModuleInfoParser() |
| Modifier and Type | Method and Description |
|---|---|
JavaModuleDescriptor |
getModuleDescriptor(java.nio.file.Path modulePath)
Extracts the name from the module-info file
|
public JavaModuleDescriptor getModuleDescriptor(java.nio.file.Path modulePath) throws IOException
modulePath - the path to the module-info.classIOException - when the file could not be parsedCopyright © 2001–2025 Codehaus Plexus. All rights reserved.