Package org.bonitasoft.engine.commons.io
Class PropertiesManager
java.lang.Object
org.bonitasoft.engine.commons.io.PropertiesManager
- Author:
- Matthieu Chaffotte, Frederic Bouquet, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesgetProperties(File file) static PropertiesgetProperties(String fileName) static PropertiesgetProperties(URL url) static PropertiesgetPropertiesFromXML(File file) static voidsaveProperties(Properties properties, File file) static voidsaveProperties(Properties properties, String pathName) static voidsavePropertiesToXML(Properties properties, File file)
-
Method Details
-
saveProperties
- Throws:
IOException
-
saveProperties
- Throws:
IOException
-
getProperties
- Throws:
IOException
-
getProperties
- Throws:
IOException
-
getProperties
- Throws:
IOException
-
savePropertiesToXML
- Throws:
IOException
-
getPropertiesFromXML
- Throws:
IOException
-