blob: 1218459a882b499a9772646d7ab47288b9881725 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Installable Servers</title>
<style type="text/css">@import url("../../book.css");</style>
<style type="text/css">@import url("../../schema.css");</style>
</HEAD>
<BODY>
<H1 style="text-align:center">Installable Servers</H1>
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Identifier: </h6>org.eclipse.wst.server.core.installableServers<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Since: </h6><b>This extension point is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.</b>
<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Description: </h6>This extension point is used to install new server adapters from remote update manager sites.<p></p>
<h6 class="CaptionFigColumn SchemaHeader">Configuration Markup:</h6>
<p></p>
<p class="code SchemaDtd">&lt;!ELEMENT <a name="e.extension">extension</a> (<a href="#e.installableServer">installableServer</a>+)&gt;</p>
<p class="code SchemaDtd">&lt;!ATTLIST extension</p>
<p class="code SchemaDtdAttlist">point&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;CDATA #IMPLIED&gt;</p>
<p></p>
<ul class="ConfigMarkupAttlistDesc">
<li><b>point</b> - a fully qualified identifier of the target extension point</li>
<li><b>id</b> - an optional identifier of the extension instance</li>
<li><b>name</b> - an optional name of the extension instance</li>
</ul>
<br><div style="color: red; font-style: italic;">The <b>installableServer</b> element is deprecated</div> <p class="code SchemaDtd">&lt;!ELEMENT <a name="e.installableServer">installableServer</a> EMPTY&gt;</p>
<p class="code SchemaDtd">&lt;!ATTLIST installableServer</p>
<p class="code SchemaDtdAttlist">id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">description&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">vendor&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #IMPLIED<p class="code SchemaDtdAttlist">featureId&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">featureVersion&nbsp;CDATA #REQUIRED<p class="code SchemaDtdAttlist">featureSite&nbsp;&nbsp;&nbsp;&nbsp;CDATA #REQUIRED&gt;</p>
<p></p>
<ul class="ConfigMarkupAttlistDesc">
<li><b>id</b> - specifies a unique identifier for this extension point</li>
<li><i style="color: red;">Deprecated</i> <b>name</b> - a translatable name used to identify the runtime type</li>
<li><i style="color: red;">Deprecated</i> <b>description</b> - a translatable description of the runtime type</li>
<li><i style="color: red;">Deprecated</i> <b>vendor</b> - a translatable vendor name</li>
<li><i style="color: red;">Deprecated</i> <b>version</b> - a translatable version number</li>
<li><b>featureId</b> - the id of the feature containing the server adapter bundle</li>
<li><b>featureVersion</b> - the version of the feature containing the server adapter bundle</li>
<li><b>featureSite</b> - the feature (update manager) site URL</li>
</ul>
<br><h6 class="CaptionFigColumn SchemaHeader">Examples: </h6>The following is an example of an installable server extension point:
<pre class="Example"><span class="code SchemaTag">
&lt;extension
point=</span><span class="code SchemaCstring">&quot;org.eclipse.wst.server.core.installableServers&quot;</span><span class="code SchemaTag">&gt;
&lt;installableServer
id=</span><span class="code SchemaCstring">&quot;com.myserver.id&quot;</span><span class="code SchemaTag">
name=</span><span class="code SchemaCstring">&quot;My runtime name&quot;</span><span class="code SchemaTag">
description=</span><span class="code SchemaCstring">&quot;My runtime description&quot;</span><span class="code SchemaTag">
vendor=</span><span class="code SchemaCstring">&quot;xyz&quot;</span><span class="code SchemaTag">
version=</span><span class="code SchemaCstring">&quot;1.0&quot;</span><span class="code SchemaTag">
featureVersion=</span><span class="code SchemaCstring">&quot;1.0.0&quot;</span><span class="code SchemaTag">
featureId=</span><span class="code SchemaCstring">&quot;com.myfeature&quot;</span><span class="code SchemaTag">
featureSite=</span><span class="code SchemaCstring">&quot;xyz&quot;</span><span class="code SchemaTag">/&gt;
&lt;/extension&gt;
</span></pre>
<p></p>
<br>
<p class="note SchemaCopyright">
Copyright (c) 2005 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at
<a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>
</p>
</BODY>
</HTML>