Class LoaderFinder


  • class LoaderFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoaderFinder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.ClassLoader find​(java.util.List<java.nio.file.Path> dependencies, java.lang.String mainClass)  
      • Methods inherited from class java.lang.Object

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

      • LoaderFinder

        LoaderFinder()
    • Method Detail

      • find

        static java.lang.ClassLoader find​(java.util.List<java.nio.file.Path> dependencies,
                                          java.lang.String mainClass)
                                   throws java.io.IOException
        Throws:
        java.io.IOException