%UNCPathConverter.name
Identifier:
org.eclipse.cdt.core.UNCPathConverter
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (UNCPathConverter)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT UNCPathConverter EMPTY>
<!ATTLIST UNCPathConverter
class CDATA #REQUIRED
>
- class - An instance of a UNC Path Converter. UNC Path Converters map UNC paths into a corresponding URI. Since the server name is the only distinguishing element of a UNC, the converter must use this to locate an EFS provider that can manipulate URIs for the server. These extensions are consulted by CDT in order to extract path information from the filesystem and manipulate filesystem resources.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]