Class ZipResourceExtractor

    • Method Detail

      • extract

        public static File extract​(String resourcePath,
                                   File destDir)

        Extract a JAR resource into the provided destination directory and return that extracted resource's location as a file.

        Parameters:
        resourcePath - a String object.
        destDir - a File object.
        Returns:
        a File object.