Package org.apache.pinot.tools.utils
Class JarUtils
- java.lang.Object
-
- org.apache.pinot.tools.utils.JarUtils
-
public class JarUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyResourcesToDirectory(String fromJarFilePath, String jarDir, String destDir)Copies a directory from a jar file to an external directory.
-
-
-
Method Detail
-
copyResourcesToDirectory
public static void copyResourcesToDirectory(String fromJarFilePath, String jarDir, String destDir) throws IOException
Copies a directory from a jar file to an external directory.- Throws:
IOException
-
-