Class GenerateModuleList


  • public class GenerateModuleList
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • projectJar

        private final java.nio.file.Path projectJar
      • dependencies

        private final java.util.Set<java.nio.file.Path> dependencies
      • jvmVersion

        private final Version jvmVersion
      • log

        private final Log log
      • jdeps

        private final java.util.spi.ToolProvider jdeps
    • Constructor Detail

      • GenerateModuleList

        public GenerateModuleList​(java.nio.file.Path projectJar,
                                  java.util.Set<java.nio.file.Path> dependencies,
                                  Version jvmVersion,
                                  Log log)
    • Method Detail

      • run

        public void run()