245246247248249250251252253254255
*/ public static Resource create(URL url, String rootPath) { try { return new URLResourceProvider(url, rootPath).getRootResource(); } catch(UnsupportedURIException e) { throw new RuntimeException(e); }