Class IniUtils
java.lang.Object
org.aksw.commons.util.IniUtils
Loads all key-value pairs from a given file.
The "source" keyword can be used for inclusion. (So this is somewhat simlar to bash)
- Author:
- Claus Stadler Date: 12/2/11 Time: 5:05 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidloadIniFile(BufferedReader reader, Map<String, String> out) loadIniFile(File file) static voidloadIniFile(File file, Map<String, String> out)
-
Constructor Details
-
IniUtils
public IniUtils()
-
-
Method Details
-
loadIniFile
- Throws:
IOException
-
loadIniFile
- Throws:
IOException
-
loadIniFile
- Throws:
IOException
-