Package com.iizix.js.build
Class TransformHTMLSource
- java.lang.Object
- com.iizix.js.build.TransformHTMLSource
public class TransformHTMLSource extends java.lang.Object
Class used to transform a HTML source to a format.- Author:
- Christopher Mindus
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformHTMLSource
getInstance()
Gets the instance of the run support.static void
main(java.lang.String[] args)
Main routine.java.lang.String
transform(java.io.File file, boolean isLocal, boolean isDevel, boolean doStrip)
Transforms a HTML file for the specified tag.java.lang.String
transform(java.lang.String fileName, boolean isLocal, boolean isDevel, boolean doStrip)
Transforms a HTML file for the specified tag.
Method Detail
getInstance
public static TransformHTMLSource getInstance()
Gets the instance of the run support.
main
public static void main(java.lang.String[] args)
Main routine.
transform
public java.lang.String transform(java.lang.String fileName, boolean isLocal, boolean isDevel, boolean doStrip) throws java.io.IOException, java.text.ParseException
Transforms a HTML file for the specified tag.- Throws:
java.io.IOException
java.text.ParseException
transform
public java.lang.String transform(java.io.File file, boolean isLocal, boolean isDevel, boolean doStrip) throws java.io.IOException, java.text.ParseException
Transforms a HTML file for the specified tag.- Throws:
java.io.IOException
java.text.ParseException