类 ConfigurationMerger

java.lang.Object
cn.afternode.commons.bukkit.configurations.ConfigurationMerger

public class ConfigurationMerger extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static org.bukkit.configuration.file.YamlConfiguration
    migrate(org.bukkit.configuration.ConfigurationSection src, org.bukkit.configuration.ConfigurationSection dest)
    Create a new YamlConfiguration, write src and dest into it
    The contents of src are retained when the key is repeated

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ConfigurationMerger

      public ConfigurationMerger()
  • 方法详细资料

    • migrate

      public static org.bukkit.configuration.file.YamlConfiguration migrate(org.bukkit.configuration.ConfigurationSection src, org.bukkit.configuration.ConfigurationSection dest)
      Create a new YamlConfiguration, write src and dest into it
      The contents of src are retained when the key is repeated
      参数:
      src - Source configurations
      dest - Destination configurations
      返回:
      Merged