Class TemplateThenCompile

java.lang.Object
htmlcompiler.compile.TemplateThenCompile

public final class TemplateThenCompile
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static interface  TemplateThenCompile.RenameFile  
  • Constructor Summary

    Constructors 
    Constructor Description
    TemplateThenCompile​(Logger log, TemplateThenCompile.RenameFile renamer, org.apache.maven.project.MavenProject project)  
  • Method Summary

    Modifier and Type Method Description
    void compileTemplate​(java.io.File inFile)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • compileTemplate

      public void compileTemplate​(java.io.File inFile) throws java.lang.Exception
      Throws:
      java.lang.Exception