@Component(role=ModuleInfoParser.class, hint="asm") public class AsmModuleInfoParser extends Object implements ModuleInfoParser
ModuleInfoParser.Type| Constructor and Description |
|---|
AsmModuleInfoParser() |
| 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
|
public ModuleInfoParser.Type getType()
ModuleInfoParsergetType in interface ModuleInfoParserpublic JavaModuleDescriptor getModuleDescriptor(File modulePath) throws IOException
ModuleInfoParsergetModuleDescriptor in interface ModuleInfoParserIOExceptionCopyright © 2001–2017 The Apache Software Foundation. All rights reserved.