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 |
|---|---|
java.lang.String |
getModuleName(java.io.File modulePath)
Extracts the name from the module-info file
|
ModuleInfoParser.Type |
getType()
What kind of file does the parser use
|
ModuleInfoParser.Type getType()
java.lang.String getModuleName(java.io.File modulePath)
throws java.io.IOException
modulePath - java.io.IOException