public final class LogUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
indent(java.lang.String value,
java.lang.String indent)
Indent the
value with the given indent . |
static void |
writeToFile(java.nio.file.Path parentDir,
java.lang.String filename,
java.io.InputStream input)
Writes the
input to the file filename in the directory parentDir . |
public static java.lang.String indent(java.lang.String value, java.lang.String indent)
value
with the given indent
.public static void writeToFile(java.nio.file.Path parentDir, java.lang.String filename, java.io.InputStream input) throws java.io.IOException
input
to the file filename
in the directory parentDir
.java.io.IOException