类 PropertiesUtils
java.lang.Object
com.alibaba.druid.pool.ha.PropertiesUtils
Utilities for Properties.
- 作者:
- DigitalSonic
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static PropertiesfilterPrefix(Properties properties, String prefix) loadNameList(Properties properties, String propertyPrefix) Pick the name of a JDBC url.static PropertiesloadProperties(String file) Load properties from the given file into Properties.
-
构造器详细资料
-
PropertiesUtils
public PropertiesUtils()
-
-
方法详细资料
-
loadProperties
Load properties from the given file into Properties. -
loadNameList
Pick the name of a JDBC url. Such as xxx.url, xxx is the name. -
filterPrefix
-