public interface ModuleInfoParser
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModuleInfoParser.Type
Defines the type of parser, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
JavaModuleDescriptor |
getModuleDescriptor(File modulePath)
Extracts the name from the module-info file
|
ModuleInfoParser.Type |
getType()
What kind of file does the parser use
|
ModuleInfoParser.Type getType()
JavaModuleDescriptor getModuleDescriptor(File modulePath) throws IOException
modulePath - IOExceptionCopyright © 2001–2017 The Apache Software Foundation. All rights reserved.