类 PropsUtil

java.lang.Object
cn.dreamfame.core.launch.utils.PropsUtil

public class PropsUtil extends Object
作者:
dreamfame
  • 构造器详细资料

    • PropsUtil

      public PropsUtil()
  • 方法详细资料

    • setProperty

      public static void setProperty(Properties props, String key, String value)
      设置配置值,已存在则跳过
      参数:
      props - property
      key - key
      value - value