Package com.jfinal.kit

Examples of com.jfinal.kit.Prop


    prop = PropKit.use(file, encoding);
    return prop.getProperties();
  }
 
  public void unloadPropertyFile(String fileName) {
    Prop uselessProp = PropKit.useless(fileName);
    if (this.prop == uselessProp)
      this.prop = null;
  }
View Full Code Here

TOP

Related Classes of com.jfinal.kit.Prop

Copyright © 2018 www.massapicom. 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.