| java.lang.Object org.gjt.sp.jedit.io.VFS org.gjt.sp.jedit.io.UrlVFS
UrlVFS | public class UrlVFS extends VFS (Code) | | URL VFS.
author: Slava Pestov version: $Id: UrlVFS.java 4428 2003-01-12 03:08:25Z spestov $ |
Constructor Summary | |
public | UrlVFS() |
Methods inherited from org.gjt.sp.jedit.io.VFS | public void _backup(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public String _canonPath(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public InputStream _createInputStream(Object session, String path, boolean ignoreErrors, Component comp) throws IOException(Code)(Java Doc) public OutputStream _createOutputStream(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public boolean _delete(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public void _endVFSSession(Object session, Component comp) throws IOException(Code)(Java Doc) public void _finishTwoStageSave(Object session, Buffer buffer, String path, Component comp) throws IOException(Code)(Java Doc) public DirectoryEntry _getDirectoryEntry(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public VFSFile _getFile(Object session, String path, Component comp) throws IOException(Code)(Java Doc) public String[] _listDirectory(Object session, String directory, String glob, boolean recursive, Component comp) throws IOException(Code)(Java Doc) public String[] _listDirectory(Object session, String directory, String glob, boolean recursive, Component comp, boolean skipBinary, boolean skipHidden) throws IOException(Code)(Java Doc) public String[] _listDirectory(Object session, String directory, VFSFileFilter filter, boolean recursive, Component comp, boolean skipBinary, boolean skipHidden) throws IOException(Code)(Java Doc) public DirectoryEntry[] _listDirectory(Object session, String directory, Component comp) throws IOException(Code)(Java Doc) public VFSFile[] _listFiles(Object session, String directory, Component comp) throws IOException(Code)(Java Doc) public boolean _mkdir(Object session, String directory, Component comp) throws IOException(Code)(Java Doc) public boolean _rename(Object session, String from, String to, Component comp) throws IOException(Code)(Java Doc) public void _saveComplete(Object session, Buffer buffer, String path, Component comp) throws IOException(Code)(Java Doc) public String constructPath(String parent, String path)(Code)(Java Doc) public static boolean copy(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop) throws IOException(Code)(Java Doc) public static boolean copy(ProgressObserver progress, String sourcePath, String targetPath, Component comp, boolean canStop) throws IOException(Code)(Java Doc) public Object createVFSSession(String path, Component comp)(Code)(Java Doc) public int getCapabilities()(Code)(Java Doc) public static Color getDefaultColorFor(String name)(Code)(Java Doc) public String[] getExtendedAttributes()(Code)(Java Doc) public String getFileName(String path)(Code)(Java Doc) public char getFileSeparator()(Code)(Java Doc) public String getName()(Code)(Java Doc) public String getParentOfPath(String path)(Code)(Java Doc) public String getTwoStageSaveName(String path)(Code)(Java Doc) public boolean insert(View view, Buffer buffer, String path)(Code)(Java Doc) public boolean isMarkersFileSupported()(Code)(Java Doc) public boolean load(View view, Buffer buffer, String path)(Code)(Java Doc) public void reloadDirectory(String path)(Code)(Java Doc) public boolean save(View view, Buffer buffer, String path)(Code)(Java Doc) public String showBrowseDialog(Object[] session, Component comp)(Code)(Java Doc)
|
|
|