Package me.th3pf.plugins.duties.tmp

Examples of me.th3pf.plugins.duties.tmp.YamlConfiguration


  private LinkedHashMap<String, String> defaults;

  public Configuration(File cfgFile, String cfgDefaultsFilePath)
  {
    this.cfgDefaultsFilePath = cfgDefaultsFilePath;
    this.yamlHandler = new YamlConfiguration(cfgFile);
    this.defaults = getDefaults();
   
    Upgrade();
  }
View Full Code Here

TOP

Related Classes of me.th3pf.plugins.duties.tmp.YamlConfiguration

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.