<!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. 본 프로그램 및 본 프로그램에 동봉되는 자료는 본 배포물에 동봉되는 Eclipse Public License v1.0의 조항에 따라 사용해야 하며
웹 사이트(http://www.eclipse.org/legal/epl-v10.html)에서도 관련 사항을 참조할 수 있습니다.