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 Properties
loadProperties
(File file) static Properties
loadProperties
(URL resource) static Properties
loadProperties
(Path path) propertiesToMap
(Properties properties)
-
Constructor Details
-
PropertiesUtils
public PropertiesUtils()
-
-
Method Details
-
loadProperties
- Throws:
IOException
-
loadProperties
- Throws:
IOException
-
loadProperties
- Throws:
IOException
-
propertiesToMap
-