Enumeration<String> keyEnumeration = dict.keys();
while (keyEnumeration.hasMoreElements()) {
String key = keyEnumeration.nextElement();
prop.put(key, dict.get(key));
}
newBundleInfo.loadProperties(prop);
return newBundleInfo;
} catch (Exception ex) {
log.warn(String
.format("[com.quickwebframework.util.BundleUtil.getBundleInfo]警告:读取插件[%s]的资源文件[%s]时出错,原因:[%s]",
bundle.getSymbolicName(),