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.class
IOException
- when the file could not be parsedCopyright © 2001–2024 Codehaus Plexus. All rights reserved.