Mount Path Mappers

com.ibm.etools.systems.core.mountPathMappers

5.1.2

This extension point is used to allow the delegation of temp file mappings to vendors where needed.

<!ELEMENT extension (mountPathMapper*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT mountPathMapper EMPTY>

<!ATTLIST mountPathMapper

id    CDATA #REQUIRED

name  CDATA #REQUIRED

class CDATA #REQUIRED>


The following is an example of this extension point's usage:

   

<extension point=

"com.ibm.etools.systems.core.mountPathMappers"

>

<archivehandler id=

"com.ibm.etools.systems.core.resources.defaultMountPathMapper"

name=

"Default Mount Path Mapper"

class=

"com.ibm.etools.systems.core.resources.DefaultMountPathMapper"

>

</parser>

</extension>

Plug-ins that want to extend this extension point must implement com.ibm.etools.systems.core.resources.ISystemMountPathMapper interface.

The Remote Systems Explorer in com.ibm.etools.systems.core provides a default implementation of this extension point.


(C) Copyright IBM Corp. 2002, 2004. All Rights Reserved.