|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.io.VFS
org.gjt.sp.jedit.io.FileRootsVFS
public class FileRootsVFS
A VFS that lists local root filesystems.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gjt.sp.jedit.io.VFS |
---|
VFS.DirectoryEntryCompare |
Field Summary | |
---|---|
static java.lang.String |
PROTOCOL
|
Fields inherited from class org.gjt.sp.jedit.io.VFS |
---|
BROWSE_CAP, CASE_INSENSITIVE_CAP, DELETE_CAP, EA_MODIFIED, EA_SIZE, EA_STATUS, EA_TYPE, IOBUFSIZE, LOW_LATENCY_CAP, MKDIR_CAP, READ_CAP, RENAME_CAP, WRITE_CAP |
Constructor Summary | |
---|---|
FileRootsVFS()
|
Method Summary | |
---|---|
VFSFile |
_getFile(java.lang.Object session,
java.lang.String path,
java.awt.Component comp)
Returns the specified directory entry. |
VFSFile[] |
_listFiles(java.lang.Object session,
java.lang.String url,
java.awt.Component comp)
Lists the specified directory. |
java.lang.String |
getParentOfPath(java.lang.String path)
Returns the parent of the specified path. |
Methods inherited from class org.gjt.sp.jedit.io.VFS |
---|
_backup, _canonPath, _createInputStream, _createOutputStream, _delete, _endVFSSession, _finishTwoStageSave, _listDirectory, _listDirectory, _listDirectory, _mkdir, _rename, _saveComplete, constructPath, copy, copy, createVFSSession, getCapabilities, getDefaultColorFor, getExtendedAttributes, getFileName, getFilePath, getFileSeparator, getName, getTwoStageSaveName, insert, isMarkersFileSupported, load, reloadDirectory, save |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROTOCOL
Constructor Detail |
---|
public FileRootsVFS()
Method Detail |
---|
public java.lang.String getParentOfPath(java.lang.String path)
VFS
getParentOfPath
in class VFS
path
- The pathpublic VFSFile[] _listFiles(java.lang.Object session, java.lang.String url, java.awt.Component comp)
VFS
_listFiles
in class VFS
session
- The sessionurl
- The directory. Note that this must be a full
URL, including the host name, path name, and so on. The
username and password (if needed by the VFS) is obtained from the
session instance.comp
- The component that will parent error dialog boxespublic VFSFile _getFile(java.lang.Object session, java.lang.String path, java.awt.Component comp)
VFS
_getFile
in class VFS
session
- The session get it with VFS.createVFSSession(String, Component)
path
- The pathcomp
- The component that will parent error dialog boxes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |