Class FileContentRenderer

  • Direct Known Subclasses:
    FileRenderer

    public abstract class FileContentRenderer
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      boolean canRender​(java.nio.file.Path p)  
      VirtualFile getVirtualFile​(java.nio.file.Path target)  
      boolean hasSource​(java.nio.file.Path p)  
      boolean matchesSource​(java.nio.file.Path p)  
      boolean matchesTarget​(java.nio.file.Path p)  
      • Methods inherited from class java.lang.Object

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

      • FileContentRenderer

        public FileContentRenderer()
    • 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)