类 ProfileManager

java.lang.Object
com.iohao.game.widget.light.profile.ProfileManager

public final class ProfileManager extends Object
profile 配置与构建
作者:
渔民小镇
日期:
2022-01-02
  • 构造器详细资料

    • ProfileManager

      public ProfileManager()
  • 方法详细资料

    • profile

      public Profile profile()
    • profile

      public Profile profile(String key)
    • loadMainProfile

      public void loadMainProfile(String profileConfigName)
      加载配置文件, /resources/conf下面的目录
       数据格式以,分割.  例如: blocks,local (假设参数传入是这个字符串)
       优先加载 blocks 目录下的配置文件.
       然后加载 local 目录下的配置文件.
       如果两个目录中有相同的配置项, 那么后面的会覆盖前面的配置项
      
       
      参数:
      profileConfigName - 数据格式以,分割. 例如: blocks,local