Uses of Class
org.gjt.sp.jedit.io.VFS
Packages that use VFS
Package
Description
- 
Uses of VFS in de.grogra.ext.jeditSubclasses of VFS in de.grogra.ext.jedit
- 
Uses of VFS in org.gjt.sp.jeditMethods 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 StringBuffer.getMarkersPath(VFS vfs, String path) Returns the path for this buffer's markers file
- 
Uses of VFS in org.gjt.sp.jedit.browserMethods in org.gjt.sp.jedit.browser with parameters of type VFS
- 
Uses of VFS in org.gjt.sp.jedit.bufferioFields in org.gjt.sp.jedit.bufferio declared as VFSModifier and TypeFieldDescriptionprotected final VFSBufferIORequest.vfsprotected VFSMarkersSaveRequest.vfsConstructors in org.gjt.sp.jedit.bufferio with parameters of type VFSModifierConstructorDescriptionCreates a new buffer I/O request.Creates a new buffer I/O request.protectedCreates 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.ioSubclasses of VFS in org.gjt.sp.jedit.ioModifier and TypeClassDescriptionclassA VFS used for remembering frequently-visited directories.classA VFS that lists local root filesystems.classLocal filesystem VFS.classURL VFS.Methods in org.gjt.sp.jedit.io that return VFSModifier and TypeMethodDescriptionstatic VFSVFSManager.getFileVFS()Returns the local filesystem VFS.static VFSVFSManager.getUrlVFS()Returns the URL VFS.FavoritesVFS.Favorite.getVFS()VFSFile.getVFS()static VFSVFSManager.getVFSForPath(String path) Returns the VFS for the specified path.static VFSVFSManager.getVFSForProtocol(String protocol) Returns the VFS for the specified protocol.Methods in org.gjt.sp.jedit.io with parameters of type VFSModifier and TypeMethodDescriptionstatic booleanVFS.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 booleanVFS.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 voidVFSManager.sendVFSUpdate(VFS vfs, String path, boolean parent) Sends a VFS update message.