Class ClassPathStore.ClassPathTemplateSource

  • Enclosing class:
    ClassPathStore

    protected class ClassPathStore.ClassPathTemplateSource
    extends java.lang.Object
    Template Source - loads from a Class Path Store
    Author:
    muzquiano, kevinr
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ClassPathTemplateSource​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.Reader getReader​(java.lang.String encoding)  
      protected long lastModified()  
      • Methods inherited from class java.lang.Object

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

      • ClassPathTemplateSource

        protected ClassPathTemplateSource​(java.lang.String path)
    • Method Detail

      • lastModified

        protected long lastModified()
      • getReader

        protected java.io.Reader getReader​(java.lang.String encoding)
                                    throws java.io.IOException
        Throws:
        java.io.IOException