blob: 6eb69f442bb4f72c5e8910914424bdd2d27c0102 [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>
deboer616c3a12005-03-08 16:28:10 +00006 <meta.schema plugin="org.eclipse.wst.server.core" id="internalStartup" name="Startup"/>
ndaib94eb262004-10-13 15:55:37 +00007 </appInfo>
8 <documentation>
lmandel5773ece2005-11-29 06:02:22 +00009 This extension point provides a way to invoke code during the server core plugin startup. Use sparingly.
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="startup" 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="startup">
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>
deboer616c3a12005-03-08 16:28:10 +000059 specifies the fully qualified name of the Java class that extends &lt;samp&gt;org.eclipse.wst.server.core.internal.IStartup&lt;/samp&gt;.
60
61This extension point is internal and should not be used by any other plugins.
ndaib94eb262004-10-13 15:55:37 +000062 </documentation>
63 <appInfo>
deboer616c3a12005-03-08 16:28:10 +000064 <meta.attribute kind="java" basedOn="org.eclipse.wst.server.core.internal.IStartup"/>
ndaib94eb262004-10-13 15:55:37 +000065 </appInfo>
66 </annotation>
67 </attribute>
68 </complexType>
69 </element>
70
71 <annotation>
72 <appInfo>
lmandel5773ece2005-11-29 06:02:22 +000073 <meta.section type="since"/>
74 </appInfo>
75 <documentation>
76 &lt;b&gt;This extension point is internal and should not be used by any other plugins.&lt;/b&gt;
77 </documentation>
78 </annotation>
79
80 <annotation>
81 <appInfo>
ndaib94eb262004-10-13 15:55:37 +000082 <meta.section type="examples"/>
83 </appInfo>
84 <documentation>
lmandel5773ece2005-11-29 06:02:22 +000085 The following is an example of a startup extension point:
86
lmandel5773ece2005-11-29 06:02:22 +000087&lt;pre&gt;
lmandeleef96112005-12-09 22:43:22 +000088 &lt;extension
89 point=&quot;org.eclipse.wst.server.core.startup&quot;&gt;
90 &lt;startup
91 id=&quot;com.example.startup&quot;
92 class=&quot;com.example.ExampleStartup&quot;/&gt;
93 &lt;/extension&gt;
lmandel5773ece2005-11-29 06:02:22 +000094&lt;/pre&gt;
ndaib94eb262004-10-13 15:55:37 +000095 </documentation>
96 </annotation>
97
98 <annotation>
99 <appInfo>
100 <meta.section type="apiInfo"/>
101 </appInfo>
102 <documentation>
lmandeleef96112005-12-09 22:43:22 +0000103 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.IStartup&lt;/code&gt; and contains a public 0-arg constructor.
104 </documentation>
105 </annotation>
deboerf5c03a12006-11-29 15:15:35 +0000106
lmandeleef96112005-12-09 22:43:22 +0000107 <annotation>
108 <appInfo>
109 <meta.section type="implementation"/>
110 </appInfo>
111 <documentation>
112
ndaib94eb262004-10-13 15:55:37 +0000113 </documentation>
114 </annotation>
115
116 <annotation>
117 <appInfo>
118 <meta.section type="copyright"/>
119 </appInfo>
120 <documentation>
lmandel5773ece2005-11-29 06:02:22 +0000121 Copyright (c) 2000, 2005 IBM Corporation and others.&lt;br&gt;
122All rights reserved. This program and the accompanying materials are made
123available under the terms of the Eclipse Public License v1.0 which accompanies
124this distribution, and is available at
deboerdf10c152005-02-17 18:24:46 +0000125&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 +0000126 </documentation>
127 </annotation>
128
129</schema>