blob: 0771afbfe8a22e8376a92228390ffea5c30d47ff [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.edc" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.eclipse.cdt.debug.edc" id="tcfAgentLauncher" name="TCF Agent Launcher"/>
</appinfo>
<documentation>
This extension points allows you to declare a TCF agent that may or may not be already running. It describes the peer the agent hosts, the services that peer provides, and a method for lauching the agent if necessary. Agents that have no way of being launched programatically do not need to use this extension point.
This interface assumes the agent hosts a single peer. An agent that hosts multiple peers can be described using multiple launchers with common launch logic.
</documentation>
</annotation>
<element name="extension">
<annotation>
<appinfo>
<meta.element />
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="descriptor"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="descriptor">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.edc.ITCFAgentLauncher"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>
</appinfo>
<documentation>
7.0.0
</documentation>
</annotation>
<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
&lt;extension
point=&quot;org.eclipse.cdt.debug.edc.agentLauncher&quot;&gt;
&lt;descriptor class=&quot;org.eclipse.cdt.debug.edc.windows.Win32AgentDescriptor&quot;/&gt;
&lt;/extension&gt;
</documentation>
</annotation>
</schema>