Class TemplateFile


  • class TemplateFile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path path  
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateFile​(java.nio.file.Path path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      • Methods inherited from class java.lang.Object

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

      • path

        public final java.nio.file.Path path
    • Constructor Detail

      • TemplateFile

        public TemplateFile​(java.nio.file.Path path)
    • Method Detail

      • getFileName

        public java.lang.String getFileName()