Class SourcePathTemplate

    • Constructor Summary

      Constructors 
      Constructor Description
      SourcePathTemplate​(java.nio.file.Path sourcePath)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getRawTemplate()  
      java.nio.file.Path getTemplatePath()  
      long getVersion()
      Get the version for this element.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SourcePathTemplate

        public SourcePathTemplate​(java.nio.file.Path sourcePath)
    • Method Detail

      • getVersion

        public long getVersion()
        Description copied from interface: Versioned
        Get the version for this element. An element is considered valid only for other elements of the same version.
        Specified by:
        getVersion in interface Versioned
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object