File System Support

org.eclipse.ui.ide.filesystemSupport

3.2

filesystemSupport supplies IDE contributions to support filesystems contributed using the org.eclipse.core.filesystem.filesystems extension point.

<!ELEMENT extension (filesystemContributor*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT filesystemContributor EMPTY>

<!ATTLIST filesystemContributor

label  CDATA #REQUIRED

class  CDATA #REQUIRED

scheme CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]