Interface VirtualFile


  • @Beta
    public interface VirtualFile
    • Method Detail

      • getName

        java.lang.String getName()
      • getUrl

        java.net.URL getUrl()
      • isFolder

        boolean isFolder()
      • isFile

        boolean isFile()
      • getChildren

        java.util.List<VirtualFile> getChildren()
      • getCharSource

        com.google.common.io.CharSource getCharSource()
      • getByteSource

        com.google.common.io.ByteSource getByteSource()
      • exists

        boolean exists()