Package org.apache.flink.util
Class JarUtils
- java.lang.Object
-
- org.apache.flink.util.JarUtils
-
-
Constructor Summary
Constructors Constructor Description JarUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkJarFile(URL jar)
static List<URL>
getJarFiles(String[] jars)
-
-
-
Method Detail
-
checkJarFile
public static void checkJarFile(URL jar) throws IOException
- Throws:
IOException
-
-