Package JHamlConverter
Class DebugAndTest
java.lang.Object
JHamlConverter.DebugAndTest
public class DebugAndTest
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DebugAndTest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DebugAndTest
public DebugAndTest()
-
-
Method Details
-
debug
public static void debug(java.lang.String message, java.io.FileWriter writer) throws java.io.IOExceptionMethod used for debugging purposes- Parameters:
message
- - the to be displayed messagewriter
- - FileWriter that will write the message inside the file- Throws:
java.io.IOException
-
TestPrint
public static void TestPrint(java.io.BufferedReader htmlreader) throws java.io.IOExceptionMethod that reads the new file- Parameters:
htmlreader
- - reader that reads the file that is created after conversion- Throws:
java.io.IOException
-