Package JHamlConverter
Class JhamlConverter
java.lang.Object
JHamlConverter.JhamlConverter
public class JhamlConverter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description JhamlConverter()
-
Method Summary
Modifier and Type Method Description static void
ConvertJhaml(java.io.FileWriter fileWriter, java.lang.String filePathJhaml)
Method that converts Jhaml to HTML via use of helpermethodsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JhamlConverter
public JhamlConverter()
-
-
Method Details
-
ConvertJhaml
public static void ConvertJhaml(java.io.FileWriter fileWriter, java.lang.String filePathJhaml) throws java.io.IOExceptionMethod that converts Jhaml to HTML via use of helpermethods- Throws:
java.io.IOException
-