Package pl.project13.core.util
Class JsonManager
java.lang.Object
pl.project13.core.util.JsonManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddumpJson(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) protected static PropertiesreadJsonProperties(File jsonFile, Charset sourceCharset)
-
Constructor Details
-
JsonManager
public JsonManager()
-
-
Method Details
-
dumpJson
protected static void dumpJson(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) throws IOException - Throws:
IOException
-
readJsonProperties
protected static Properties readJsonProperties(@Nonnull File jsonFile, Charset sourceCharset) throws CannotReadFileException - Throws:
CannotReadFileException
-