File System Support
Identifier:
org.eclipse.ui.ide.filesystemSupport
Since:
3.2
Description:
filesystemSupport supplies IDE contributions to support filesystems contributed using the org.eclipse.core.filesystem.filesystems extension point.
Configuration Markup:
<!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>
- label - The label is the human readable label for this file system.
- class - class is the org.eclipse.ui.ide.fileSystem.FileSystemContributor used to handle browsing and validation of an org.eclipse.core.filesystem.IFileSystem.
- scheme - The scheme is the scheme of a org.eclipse.core.filesystems.filesystem this contribution corresponds to.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2006 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html