Class FileContentRenderer
- java.lang.Object
-
- io.virtdata.docsys.metafs.fs.renderfs.api.FileContentRenderer
-
- Direct Known Subclasses:
FileRenderer
public abstract class FileContentRenderer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileContentRenderer()
-
Method Summary
Modifier and Type Method Description booleancanRender(java.nio.file.Path p)VirtualFilegetVirtualFile(java.nio.file.Path target)booleanhasSource(java.nio.file.Path p)booleanmatchesSource(java.nio.file.Path p)booleanmatchesTarget(java.nio.file.Path p)
-
-
-
Method Detail
-
matchesSource
public boolean matchesSource(java.nio.file.Path p)
-
matchesTarget
public boolean matchesTarget(java.nio.file.Path p)
-
hasSource
public boolean hasSource(java.nio.file.Path p)
-
canRender
public boolean canRender(java.nio.file.Path p)
-
getVirtualFile
public VirtualFile getVirtualFile(java.nio.file.Path target)
-
-