Class ModuleInfoCompiler
java.lang.Object
org.moditect.internal.compiler.ModuleInfoCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]compileModuleInfo(com.github.javaparser.ast.modules.ModuleDeclaration module, String mainClass, String version) static com.github.javaparser.ast.modules.ModuleDeclarationparseModuleInfo(String moduleInfoSource) static com.github.javaparser.ast.modules.ModuleDeclarationparseModuleInfo(Path moduleInfo)
-
Constructor Details
-
ModuleInfoCompiler
public ModuleInfoCompiler()
-
-
Method Details
-
parseModuleInfo
-
parseModuleInfo
public static com.github.javaparser.ast.modules.ModuleDeclaration parseModuleInfo(String moduleInfoSource) -
compileModuleInfo
-