}
if (url != null) {
if ("file".equals(url.getProtocol())) {
try {
bundleFs.add(new PlainFile(new Path(new File(url.toURI()))));
}
catch (URISyntaxException e) {
throw (IllegalArgumentException) new IllegalArgumentException(
"Can't determine url of bundle " + k).initCause(e);
}