Uses of Class
org.gjt.sp.jedit.io.VFS
Packages that use VFS
Package
Description
-
Uses of VFS in de.grogra.ext.jedit
Subclasses of VFS in de.grogra.ext.jedit -
Uses of VFS in org.gjt.sp.jedit
Methods in org.gjt.sp.jedit that return VFSModifier and TypeMethodDescriptionBuffer.getVFS()
Returns the virtual filesystem responsible for loading and saving this buffer.Methods in org.gjt.sp.jedit with parameters of type VFSModifier 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
Methods in org.gjt.sp.jedit.browser with parameters of type VFS -
Uses of VFS in org.gjt.sp.jedit.bufferio
Fields in org.gjt.sp.jedit.bufferio declared as VFSModifier and TypeFieldDescriptionprotected final VFS
BufferIORequest.vfs
protected VFS
MarkersSaveRequest.vfs
Constructors in org.gjt.sp.jedit.bufferio with parameters of type VFSModifierConstructorDescriptionCreates 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
Subclasses of VFS in org.gjt.sp.jedit.ioModifier 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.Methods in org.gjt.sp.jedit.io that return VFSModifier 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.Methods in org.gjt.sp.jedit.io with parameters of type VFSModifier 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.