Here you can find the source of checkManifestForR(java.util.jar.JarFile jar)
Parameter | Description |
---|---|
jar | (undocumented) |
static boolean checkManifestForR(java.util.jar.JarFile jar)
//package com.java2s; //License from project: Apache License public class Main { /**// w ww. j a v a2 s . com * Checks the manifest of the Jar whether there is any R source code bundled with it. * Exposed for testing. * @param jar (undocumented) * @return (undocumented) */ static boolean checkManifestForR(java.util.jar.JarFile jar) { throw new RuntimeException(); } }