Package cn.dreamfame.core.launch.utils
Class PropsUtil
java.lang.Object
cn.dreamfame.core.launch.utils.PropsUtil
- Author:
- dreamfame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetProperty(Properties props, String key, String value) 设置配置值,已存在则跳过
-
Constructor Details
-
PropsUtil
public PropsUtil()
-
-
Method Details
-
setProperty
设置配置值,已存在则跳过- Parameters:
props- propertykey- keyvalue- value
-