Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 3babaea249c4525aeeec70b9834d312597841f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../../../../../..//apistyles.css" type="text/css">
<title>WTP API overview</title>
</head>
<body>
<p>The server tools UI.</p>
<table width="500">
<tr>
<td>
<p>ServerUICore is the main entry-point for the API. From here, clients
can get the wizard pages for a particular server type, get a label
provider for all server types, or launch Run on Server directly.</p>
</td>
</tr>
</table>
<table width="500">
<tr>
<td>
<p>ServerUIUtil provides utility methods. Currently, this is limited to
launching the server runtime wizard and editing an existing server
runtime.</p>
</td>
</tr>
</table>
<table width="500">
<tr>
<td>
<p>ServerLaunchConfigurationTab is a generic server tools tab that can
be used in launch configuration tab groups for a server launch. It shows
information about the server to the user.</p>
</td>
</tr>
</table>
</body>
</html>

Back to the top