Forrástároló típusok

org.eclipse.debug.core.sourceContainerTypes

3.0

Ez a kiterjesztési pont lehetővé teszi, hogy a hibakeresési platform forráskeresési szolgáltatásai forrástároló-típusok egy kiterjeszthető halmazát adja hozzá.

<!ELEMENT extension (sourceContainerType*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT sourceContainerType EMPTY>

<!ATTLIST sourceContainerType

id          CDATA #REQUIRED

name        CDATA #REQUIRED

class       CDATA #REQUIRED

description CDATA #IMPLIED>


Az alábbiakban forrástároló-típus definíciójára látható példa:

<extension point=

"org.eclipse.debug.core.sourceContainerTypes"

>

<sourceContainerType name=

"Project"

class=

"org.eclipse.debug.internal.core.sourcelookup.containers.ProjectSourceContainerType"

id=

"org.eclipse.debug.core.containerType.project"

description=

"Egy projekt a munkaterületen"

>

</sourceContainerType>

</extension>

A class attribútum értéke az ISourceContainerType felületet megvalósító Java osztály teljes képzésű neve.