Package htmlcompiler.compilers.html
Class NopCompiler
java.lang.Object
htmlcompiler.compilers.html.NopCompiler
- All Implemented Interfaces:
HtmlCompiler
public final class NopCompiler extends Object implements HtmlCompiler
-
Constructor Summary
Constructors Constructor Description NopCompiler(Logger logger, LibraryArchive libraryArchive, ChecksConfig stringBooleanMap) -
Method Summary
Modifier and Type Method Description StringcompileHtmlCode(Path file, String content)StringcompressHtmlCode(String content)StringdoctypeCompressCompile(Path file, String content)
-
Constructor Details
-
Method Details
-
doctypeCompressCompile
- Specified by:
doctypeCompressCompilein interfaceHtmlCompiler
-
compressHtmlCode
- Specified by:
compressHtmlCodein interfaceHtmlCompiler
-
compileHtmlCode
- Specified by:
compileHtmlCodein interfaceHtmlCompiler
-