类 Profile
java.lang.Object
com.iohao.game.widget.light.profile.Profile
Profile
配置文件中的的管理域
- 作者:
- 渔民小镇
- 日期:
- 2022-01-02
-
方法概要
修饰符和类型方法说明获取 string 值获取 string 值boolean
获取 bool 值boolean
获取 bool 值int
获取 int 值int
获取 int 值void
需要加载的配置文件void
load
(Properties properties) 将 Properties 中的属性加载到当前对象中
-
方法详细资料
-
get
获取 string 值- 参数:
key
- key- 返回:
- 不存在返回 "" 空字符串
-
get
获取 string 值- 参数:
key
- keydefVal
- 默认值- 返回:
- key 不存在, 返回默认值
-
getBool
获取 bool 值- 参数:
key
- key- 返回:
- key 不存在, 返回false
-
getBool
获取 bool 值- 参数:
key
- keydefVal
- 默认值- 返回:
- key 不存在, 返回默认值
-
getInt
获取 int 值- 参数:
key
- key- 返回:
- key 不存在, 返回0
-
getInt
获取 int 值- 参数:
key
- keydefVal
- 默认值- 返回:
- key 不存在, 返回默认值
-
load
将 Properties 中的属性加载到当前对象中- 参数:
properties
- Properties
-
load
需要加载的配置文件- 参数:
urls
- 需要加载的配置文件
-