Package pl.project13.core.util
Class YmlManager
java.lang.Object
pl.project13.core.util.YmlManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddumpYml(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) protected static PropertiesreadYmlProperties(File xmlFile, Charset sourceCharset)
-
Constructor Details
-
YmlManager
public YmlManager()
-
-
Method Details
-
dumpYml
protected static void dumpYml(OutputStream outputStream, nu.studer.java.util.OrderedProperties sortedLocalProperties, Charset sourceCharset) throws IOException - Throws:
IOException
-
readYmlProperties
protected static Properties readYmlProperties(@Nonnull File xmlFile, Charset sourceCharset) throws CannotReadFileException - Throws:
CannotReadFileException
-