Class UrlBasedJarFileResolver

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.file.Path cacheDirectory  
      private java.util.jar.JarFile jarFile  
      private java.net.URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlBasedJarFileResolver​(java.nio.file.Path cacheDirectory, java.net.URL url)  
    • 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

      • url

        private final java.net.URL url
      • cacheDirectory

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

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

      • UrlBasedJarFileResolver

        public UrlBasedJarFileResolver​(java.nio.file.Path cacheDirectory,
                                       java.net.URL url)