Package com.axelor.common
Class PropertiesUtils
java.lang.Object
com.axelor.common.PropertiesUtils
This class defines from static helper methods to deal with
Properties.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesloadProperties(File file) static PropertiesloadProperties(URL resource) static PropertiesloadProperties(Path path) propertiesToMap(Properties properties)
-
Constructor Details
-
PropertiesUtils
public PropertiesUtils()
-
-
Method Details
-
loadProperties
- Throws:
IOException
-
loadProperties
- Throws:
IOException
-
loadProperties
- Throws:
IOException
-
propertiesToMap
-