<!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>
起動構成のデフォルト・ソース・ルックアップ・パスを記述できるコンピューターを登録する拡張ポイントを定義します。
ISourcePathComputerDelegate
を実装するクラス<extension point=
"org.eclipse.debug.core.sourcePathComputers"
>
<sourcePathComputer id=
"org.eclipse.example.exampleSourcePathComputer"
class=
"org.eclipse.example.SourcePathComputer"
>
</sourcePathComputer>
</extension>
Copyright (c) 2003, 2005 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