Class DirWatcherTemplateFactory

java.lang.Object
io.github.erdos.stencil.impl.DirWatcherTemplateFactory
All Implemented Interfaces:
TemplateFactory

public final class DirWatcherTemplateFactory extends Object implements TemplateFactory
Watches file system and automatically loads template files on file changes.
  • Constructor Details

    • DirWatcherTemplateFactory

      public DirWatcherTemplateFactory(File templatesDirectory, TemplateFactory factory)
      Default ctor.
      Parameters:
      templatesDirectory - not null absolute path directory
      factory - wrapped factory
  • Method Details