Searched refs:copyResourceToFile (Results 1 – 1 of 1) sorted by relevance
259 return new JarFile(copyResourceToFile(URI.create(path).getSchemeSpecificPart())); in ensureJar()269 private static File copyResourceToFile(String resourcePath) throws IOException { in copyResourceToFile() method in SdkStore.Sdk