Package org.moditect.commands
Class GenerateModuleList
- java.lang.Object
-
- org.moditect.commands.GenerateModuleList
-
public class GenerateModuleList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.nio.file.Path>
dependencies
private java.util.spi.ToolProvider
jdeps
private Version
jvmVersion
private Log
log
private java.nio.file.Path
projectJar
-
Constructor Summary
Constructors Constructor Description GenerateModuleList(java.nio.file.Path projectJar, java.util.Set<java.nio.file.Path> dependencies, Version jvmVersion, Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-