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