¼Ò½º À§Ä¡ ÁöÁ¤ÀÚ

org.eclipse.debug.core.sourceLocators

ÀÌ È®ÀåÁ¡¿¡¼­´Â ½ÇÇà ±¸¼º°ú ÇÔ²² »ç¿ëµÉ ¼Ò½º À§Ä¡ ÁöÁ¤ÀÚ¸¦ ÁöÁ¤ÇÏ´Â ¸ÞÄ¿´ÏÁòÀ» Á¦°øÇÕ´Ï´Ù.

<!ELEMENT extension (sourceLocator*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT sourceLocator EMPTY>

<!ATTLIST sourceLocator

id    CDATA #REQUIRED

class CDATA #REQUIRED

name  CDATA #REQUIRED>


´ÙÀ½Àº ¼Ò½º À§Ä¡ ÁöÁ¤ÀÚ È®ÀåÁ¡¿¡ °üÇÑ ¿¹Á¦ÀÔ´Ï´Ù.

 

<extension point=

"org.eclipse.debug.core.sourceLocators"

>

<sourceLocator id=

"com.example.ExampleIdentifier"

class=

"com.example.ExampleSourceLocator"

name=

"Example Source Locator"

>

</sourceLocator>

</extension>

class ¼Ó¼º °ªÀº org.eclipse.debug.core.model.IPersistableSourceLocator ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§À̾î¾ß ÇÕ´Ï´Ù.