Class ModuleInfoYmlParser
java.lang.Object
io.github.dmlloyd.moduleinfo.ModuleInfoYmlParser
A
module-info.yml parser.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.objectweb.asm.ClassVisitor classVisitor) Read themodule-info.ymlfile into the given class visitor.
-
Constructor Details
-
ModuleInfoYmlParser
Construct a new instance.- Parameters:
moduleInfoYml- the path to themodule-info.ymlfile
-
-
Method Details
-
accept
Read themodule-info.ymlfile into the given class visitor.- Parameters:
classVisitor- the class visitor (must not benull)- Throws:
IOException- if an I/O exception occurred
-