Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.gjt.sp.jedit.io.VFS

Uses of VFS in org.gjt.sp.jedit.io
 

Subclasses of VFS in org.gjt.sp.jedit.io
 class FavoritesVFS
          A VFS used for remembering frequently-visited directories.
 class FileRootsVFS
          A VFS that lists local root filesystems.
 class FileVFS
          Local filesystem VFS.
 class UrlVFS
          URL VFS.
 

Fields in org.gjt.sp.jedit.io declared as VFS
private static VFS VFSManager.fileVFS
           
private static VFS VFSManager.urlVFS
           
 

Methods in org.gjt.sp.jedit.io that return VFS
static VFS VFSManager.getFileVFS()
          Returns the local filesystem VFS.
static VFS VFSManager.getUrlVFS()
          Returns the URL VFS.
static VFS VFSManager.getVFSByName(java.lang.String name)
          Deprecated. Use getVFSForProtocol() instead.
static VFS VFSManager.getVFSForProtocol(java.lang.String protocol)
          Returns the VFS for the specified protocol.
static VFS VFSManager.getVFSForPath(java.lang.String path)
          Returns the VFS for the specified path.
 

Methods in org.gjt.sp.jedit.io with parameters of type VFS
static void VFSManager.registerVFS(java.lang.String protocol, VFS vfs)
          Deprecated. Write a services.xml file instead; see org.gjt.sp.jedit.ServiceManager.
static void VFSManager.sendVFSUpdate(VFS vfs, java.lang.String path, boolean parent)
          Sends a VFS update message.