Package com.quickwebframework.entity

Examples of com.quickwebframework.entity.BundleInfo.loadProperties()


      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(),
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.