Class PathBasedJarFileResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.file.Path file  
      private java.util.jar.JarFile jarFile  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.util.jar.JarFile> resolveJarFiles()  
      • Methods inherited from class java.lang.Object

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

      • file

        private final java.nio.file.Path file
      • jarFile

        private java.util.jar.JarFile jarFile
    • Constructor Detail

      • PathBasedJarFileResolver

        public PathBasedJarFileResolver​(java.nio.file.Path file)