Package net.risesoft.api.utils
Class PropertiesUtil
- java.lang.Object
-
- net.risesoft.api.utils.PropertiesUtil
-
public class PropertiesUtil extends Object
- Author:
- gyn
-
-
Constructor Summary
Constructors Constructor Description PropertiesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>getMap(String path)static Map<String,Object>getMap(Config config)static PropertiesreadFile(String path)static Map<String,String>stringToMap(String content)
-