java.lang.Object
java.lang.module.ModuleReference
de.sormuras.bach.Project.ModuleInfo
- Enclosing class:
- Project
public static class Project.ModuleInfo
extends java.lang.module.ModuleReference
Source-based module reference.
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringmoduleSourcePathModule source path.java.nio.file.PathpathPath to the backingmodule-info.javafile. -
Method Summary
Modifier and Type Method Description static Project.ModuleInfoof(java.nio.file.Path info)Module compilation unit parser.java.lang.module.ModuleReaderopen()
-
Field Details
-
path
public final java.nio.file.Path pathPath to the backingmodule-info.javafile. -
moduleSourcePath
public final java.lang.String moduleSourcePathModule source path.
-
-
Method Details