Package pl.project13.core.util
Class JsonManager
- java.lang.Object
-
- pl.project13.core.util.JsonManager
-
public class JsonManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JsonManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voiddumpJson(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset)protected static java.util.PropertiesreadJsonProperties(java.io.File jsonFile, java.nio.charset.Charset sourceCharset)
-
-
-
Method Detail
-
dumpJson
protected static void dumpJson(java.io.OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, java.nio.charset.Charset sourceCharset) throws java.io.IOException- Throws:
java.io.IOException
-
readJsonProperties
protected static java.util.Properties readJsonProperties(@Nonnull java.io.File jsonFile, java.nio.charset.Charset sourceCharset) throws CannotReadFileException- Throws:
CannotReadFileException
-
-