Package org.jeyzer.profile.util
Class PrettyXMLPrinter
- java.lang.Object
-
- org.jeyzer.profile.util.PrettyXMLPrinter
-
public class PrettyXMLPrinter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmakePrettyXML(File srcFilePath, File destFilePath)static StringreadFile(File file)static voidwriteFile(File file, String content)
-
-
-
Method Detail
-
readFile
public static String readFile(File file) throws IOException
- Throws:
IOException
-
writeFile
public static void writeFile(File file, String content) throws IOException
- Throws:
IOException
-
-