<!ELEMENT extension (sourcePathComputer*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT sourcePathComputer EMPTY>
<!ATTLIST sourcePathComputer
id CDATA #REQUIRED
class CDATA #REQUIRED>
定义一个扩展点来注册可以描述启动配置的源查找路径的计算机。
<extension point=
"org.eclipse.debug.core.sourcePathComputers"
>
<sourcePathComputer id=
"org.eclipse.example.exampleSourcePathComputer"
class=
"org.eclipse.example.SourcePathComputer"
>
</sourcePathComputer>
</extension>
Copyright (c) 2003, 2004 IBM Corporation and others.
All rights reserved. 本程序及所附带提供的资料依据 Common Public License v1.0 的条款方可使用,本发行中提供了该许可条款,并且在以下位置也可获得该条款:http://www.eclipse.org/legal/cpl-v10.html。