Package ch.weetech.properties
Class ConfigApp
- java.lang.Object
-
- ch.weetech.properties.ConfigApp
-
public class ConfigApp extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigApp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Propertiesread(java.lang.String filename)static booleansave(java.lang.String filename, java.util.Properties props)
-
-
-
Method Detail
-
read
public static java.util.Properties read(java.lang.String filename) throws java.io.FileNotFoundException, java.io.IOException, java.net.URISyntaxException- Throws:
java.io.FileNotFoundExceptionjava.io.IOExceptionjava.net.URISyntaxException
-
save
public static boolean save(java.lang.String filename, java.util.Properties props) throws java.io.IOException- Throws:
java.io.IOException
-
-