Uses of Class
org.gjt.sp.jedit.io.VFS
Package
Description
-
Uses of VFS in de.grogra.ext.jedit
-
Uses of VFS in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionBuffer.getVFS()
Returns the virtual filesystem responsible for loading and saving this buffer.Modifier and TypeMethodDescriptionstatic String
Buffer.getMarkersPath
(VFS vfs, String path) Returns the path for this buffer's markers file -
Uses of VFS in org.gjt.sp.jedit.browser
-
Uses of VFS in org.gjt.sp.jedit.bufferio
Modifier and TypeFieldDescriptionprotected final VFS
BufferIORequest.vfs
protected VFS
MarkersSaveRequest.vfs
ModifierConstructorDescriptionCreates a new buffer I/O request.Creates a new buffer I/O request.protected
Creates a new buffer I/O request.Creates a new buffer I/O request.Creates a new buffer I/O request.Creates a new I/O request for markers. -
Uses of VFS in org.gjt.sp.jedit.io
Modifier and TypeClassDescriptionclass
A VFS used for remembering frequently-visited directories.class
A VFS that lists local root filesystems.class
Local filesystem VFS.class
URL VFS.Modifier and TypeMethodDescriptionstatic VFS
VFSManager.getFileVFS()
Returns the local filesystem VFS.static VFS
VFSManager.getUrlVFS()
Returns the URL VFS.FavoritesVFS.Favorite.getVFS()
VFSFile.getVFS()
static VFS
VFSManager.getVFSForPath
(String path) Returns the VFS for the specified path.static VFS
VFSManager.getVFSForProtocol
(String protocol) Returns the VFS for the specified protocol.Modifier and TypeMethodDescriptionstatic boolean
VFS.copy
(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop) Copy a file to another using VFS.static boolean
VFS.copy
(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) Copy a file to another using VFS.static void
VFSManager.sendVFSUpdate
(VFS vfs, String path, boolean parent) Sends a VFS update message.