Class MainClassModuleNameExtractor


  • public class MainClassModuleNameExtractor
    extends java.lang.Object
    Extract the module name by calling the main method with an external JVM
    Since:
    1.0.0
    Author:
    Robert Scholte
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.Map<T,​java.lang.String> extract​(java.util.Map<T,​java.nio.file.Path> files)  
      • Methods inherited from class java.lang.Object

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

      • MainClassModuleNameExtractor

        public MainClassModuleNameExtractor​(java.nio.file.Path jdkHome)
    • Method Detail

      • extract

        public <T> java.util.Map<T,​java.lang.String> extract​(java.util.Map<T,​java.nio.file.Path> files)
                                                            throws java.io.IOException
        Throws:
        java.io.IOException