blob: 598f48e1b84afb559694dd40d12d695210fb116a [file] [log] [blame]
ndaib94eb262004-10-13 15:55:37 +00001<?xml version='1.0' encoding='UTF-8'?>
2<!-- Schema file written by PDE -->
3<schema targetNamespace="org.eclipse.wst.server.core">
4<annotation>
5 <appInfo>
6 <meta.schema plugin="org.eclipse.wst.server.core" id="launchableAdapters" name="Launchable Adapters"/>
7 </appInfo>
8 <documentation>
deboere44738c2005-03-08 22:14:38 +00009 This extension point provides a way for a server to support the Run on Server scenario.
ndaib94eb262004-10-13 15:55:37 +000010 </documentation>
11 </annotation>
12
13 <element name="extension">
14 <complexType>
15 <sequence>
deboerf5c03a12006-11-29 15:15:35 +000016 <element ref="launchableAdapter" minOccurs="1" maxOccurs="unbounded"/>
ndaib94eb262004-10-13 15:55:37 +000017 </sequence>
18 <attribute name="point" type="string" use="required">
19 <annotation>
20 <documentation>
21 a fully qualified identifier of the target extension point
22 </documentation>
23 </annotation>
24 </attribute>
25 <attribute name="id" type="string">
26 <annotation>
27 <documentation>
28 an optional identifier of the extension instance
29 </documentation>
30 </annotation>
31 </attribute>
32 <attribute name="name" type="string">
33 <annotation>
34 <documentation>
35 an optional name of the extension instance
36 </documentation>
37 </annotation>
38 </attribute>
39 </complexType>
40 </element>
41
42 <element name="launchableAdapter">
43 <annotation>
44 <appInfo>
45 <meta.element labelAttribute="name"/>
46 </appInfo>
47 </annotation>
48 <complexType>
ndaib94eb262004-10-13 15:55:37 +000049 <attribute name="id" type="string" use="required">
50 <annotation>
51 <documentation>
52 specifies a unique identifier for this extension point
53 </documentation>
54 </annotation>
55 </attribute>
56 <attribute name="class" type="string" use="required">
57 <annotation>
58 <documentation>
lmandel5773ece2005-11-29 06:02:22 +000059 specifies the fully qualified name of the Java class that extends &lt;samp&gt;LaunchableAdapterDelegate&lt;/samp&gt;.
ndaib94eb262004-10-13 15:55:37 +000060Launchable adapter instances of this type will delegate to instances of this class.
61 </documentation>
62 <appInfo>
deboer616c3a12005-03-08 16:28:10 +000063 <meta.attribute kind="java" basedOn="org.eclipse.wst.server.core.model.LaunchableAdapterDelegate"/>
ndaib94eb262004-10-13 15:55:37 +000064 </appInfo>
65 </annotation>
66 </attribute>
deboere44738c2005-03-08 22:14:38 +000067 <attribute name="typeIds" type="string">
68 <annotation>
69 <documentation>
deboer9534e5a2006-04-28 04:25:20 +000070 a comma separated list of server type ids. May include wildcards (*) at the end of an id
deboere44738c2005-03-08 22:14:38 +000071 </documentation>
72 </annotation>
73 </attribute>
ndaib94eb262004-10-13 15:55:37 +000074 </complexType>
75 </element>
76
77 <annotation>
78 <appInfo>
lmandel5773ece2005-11-29 06:02:22 +000079 <meta.section type="since"/>
80 </appInfo>
81 <documentation>
82 1.0
83 </documentation>
84 </annotation>
85
86 <annotation>
87 <appInfo>
ndaib94eb262004-10-13 15:55:37 +000088 <meta.section type="examples"/>
89 </appInfo>
90 <documentation>
lmandel5773ece2005-11-29 06:02:22 +000091 The following is an example of a launchable adapter extension point:
92
lmandel5773ece2005-11-29 06:02:22 +000093&lt;pre&gt;
lmandeleef96112005-12-09 22:43:22 +000094 &lt;extension
95 point=&quot;org.eclipse.wst.server.core.launchableAdapters&quot;&gt;
96 &lt;launchableAdapter
97 id=&quot;com.example.launchableAdapter&quot;
98 class=&quot;com.example.ExampleLaunchableAdapterDelegate&quot;/&gt;
99 &lt;/extension&gt;
lmandel5773ece2005-11-29 06:02:22 +0000100&lt;/pre&gt;
ndaib94eb262004-10-13 15:55:37 +0000101 </documentation>
102 </annotation>
103
104 <annotation>
105 <appInfo>
106 <meta.section type="apiInfo"/>
107 </appInfo>
108 <documentation>
lmandeleef96112005-12-09 22:43:22 +0000109 Value of the attribute &lt;b&gt;class&lt;/b&gt; must be a fully qualified name of a Java class that extends &lt;code&gt;org.eclipse.wst.server.core.model.LaunchableAdapterDelegate&lt;/code&gt; and contains a public 0-arg constructor.
110 </documentation>
111 </annotation>
deboer9534e5a2006-04-28 04:25:20 +0000112
lmandeleef96112005-12-09 22:43:22 +0000113 <annotation>
114 <appInfo>
115 <meta.section type="implementation"/>
116 </appInfo>
117 <documentation>
118
ndaib94eb262004-10-13 15:55:37 +0000119 </documentation>
120 </annotation>
121
122 <annotation>
123 <appInfo>
124 <meta.section type="copyright"/>
125 </appInfo>
126 <documentation>
lmandel5773ece2005-11-29 06:02:22 +0000127 Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
128All rights reserved. This program and the accompanying materials are made
129available under the terms of the Eclipse Public License v1.0 which accompanies
130this distribution, and is available at
deboerdf10c152005-02-17 18:24:46 +0000131&lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
ndaib94eb262004-10-13 15:55:37 +0000132 </documentation>
133 </annotation>
134
135</schema>