Class SourcePathTemplate
- java.lang.Object
-
- io.virtdata.docsys.metafs.fs.renderfs.api.SourcePathTemplate
-
- All Implemented Interfaces:
TemplateView,Versioned
public final class SourcePathTemplate extends java.lang.Object implements TemplateView
-
-
Constructor Summary
Constructors Constructor Description SourcePathTemplate(java.nio.file.Path sourcePath)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetRawTemplate()java.nio.file.PathgetTemplatePath()longgetVersion()Get the version for this element.java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.virtdata.docsys.metafs.fs.renderfs.api.rendering.Versioned
isValidFor, isValidFor
-
-
-
-
Method Detail
-
getVersion
public long getVersion()
Description copied from interface:VersionedGet the version for this element. An element is considered valid only for other elements of the same version.- Specified by:
getVersionin interfaceVersioned
-
getTemplatePath
public java.nio.file.Path getTemplatePath()
- Specified by:
getTemplatePathin interfaceTemplateView
-
getRawTemplate
public java.lang.String getRawTemplate()
- Specified by:
getRawTemplatein interfaceTemplateView
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-