45139
|
1 |
<!--
|
|
2 |
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4 |
|
|
5 |
This code is free software; you can redistribute it and/or modify it
|
|
6 |
under the terms of the GNU General Public License version 2 only, as
|
|
7 |
published by the Free Software Foundation. Oracle designates this
|
|
8 |
particular file as subject to the "Classpath" exception as provided
|
|
9 |
by Oracle in the LICENSE file that accompanied this code.
|
|
10 |
|
|
11 |
This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12 |
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13 |
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14 |
version 2 for more details (a copy is included in the LICENSE file that
|
|
15 |
accompanied this code).
|
|
16 |
|
|
17 |
You should have received a copy of the GNU General Public License version
|
|
18 |
2 along with this work; if not, write to the Free Software Foundation,
|
|
19 |
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20 |
|
|
21 |
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22 |
or visit www.oracle.com if you need additional information or have any
|
|
23 |
questions.
|
|
24 |
-->
|
|
25 |
|
|
26 |
<!DOCTYPE html>
|
|
27 |
<html lang="en">
|
|
28 |
<head>
|
|
29 |
<meta http-equiv="content-type" content="text/html;" charset="utf-8">
|
|
30 |
<style type="text/css">
|
|
31 |
table {
|
|
32 |
border-collapse: collapse;
|
|
33 |
}
|
|
34 |
table {
|
|
35 |
border: 1px solid black;
|
|
36 |
}
|
|
37 |
th ,td {
|
|
38 |
border: 0px solid black;
|
|
39 |
}
|
|
40 |
thead th {
|
|
41 |
background-color: #DDD;
|
|
42 |
}
|
|
43 |
tbody > tr:nth-child(even) {
|
|
44 |
background-color: #EEE
|
|
45 |
}
|
|
46 |
tbody > tr:nth-child(odd) {
|
|
47 |
background-color: #FFF
|
|
48 |
}
|
|
49 |
th, td {
|
|
50 |
font-family: sans-serif; /* could eventually be DejaVu */
|
|
51 |
font-size: small;
|
|
52 |
padding: 5px 10px;
|
|
53 |
vertical-align:top;
|
|
54 |
}
|
|
55 |
td a {
|
|
56 |
text-decoration: none;
|
|
57 |
}
|
|
58 |
tr th {
|
|
59 |
text-align:left;
|
|
60 |
}
|
|
61 |
caption {
|
|
62 |
font-size: smaller;
|
|
63 |
font-weight: bold;
|
|
64 |
}
|
|
65 |
</style>
|
|
66 |
<title>@HEADER_TITLE@</title>
|
|
67 |
</head>
|
|
68 |
<body>
|
|
69 |
|
|
70 |
<h1>@HEADER_TITLE@</h1>
|
|
71 |
|
|
72 |
<ul>
|
|
73 |
<li><a href="api/index.html">JDK API Specification</a></li>
|
|
74 |
<li>Java Language Specification</li>
|
|
75 |
<li>Java Virtual Machine Specification</li>
|
|
76 |
</ul>
|
|
77 |
|
|
78 |
<table>
|
|
79 |
<caption>Modules</caption>
|
|
80 |
<thead>
|
|
81 |
<tr>
|
|
82 |
<th scope="col">Group</th>
|
|
83 |
<th scope="col">Java SE</th>
|
|
84 |
<th scope="col">JDK</th>
|
|
85 |
<th scope="col">JavaFX</th>
|
|
86 |
</tr>
|
|
87 |
</thead>
|
|
88 |
<tbody>
|
|
89 |
<tr>
|
|
90 |
<th scope="row">Foundation</th>
|
|
91 |
<td>@CORE_MODULES@</td>
|
|
92 |
</tr>
|
|
93 |
<tr>
|
|
94 |
<th scope="row">Security</th>
|
|
95 |
<td>@SECURITY_MODULES@</td>
|
|
96 |
</tr>
|
|
97 |
<tr>
|
|
98 |
<th scope="row">Instrumentation and<br>Management</th>
|
|
99 |
<td>@INSTRUMENT_MGMT_MODULES@</td>
|
|
100 |
</tr>
|
|
101 |
<tr>
|
|
102 |
<th scope="row">Integration</th>
|
|
103 |
<td>@INTEGRATION_MODULES@</td>
|
|
104 |
</tr>
|
|
105 |
<tr>
|
|
106 |
<th scope="row">User Interface</th>
|
|
107 |
<td>@UI_TOOLKITS_MODULES@</td>
|
|
108 |
</tr>
|
|
109 |
<tr>
|
|
110 |
<th scope="row">Compiler and Scripting</th>
|
|
111 |
<td>@COMPILER_SCRIPTING_MODULES@</td>
|
|
112 |
</tr>
|
|
113 |
<tr>
|
|
114 |
<th scope="row">Debugging</th>
|
|
115 |
<td>@DEBUG_MODULES@</td>
|
|
116 |
</tr>
|
|
117 |
<tr>
|
|
118 |
<th scope="row">Tools and Tool APIs</th>
|
|
119 |
<td>@TOOL_MODULES@</td>
|
|
120 |
</tr>
|
|
121 |
<tr>
|
|
122 |
<th scope="row">Incubating Features</th>
|
|
123 |
<td>@INCUBATOR_MODULES@</td>
|
|
124 |
</tr>
|
|
125 |
<tr>
|
|
126 |
<th scope="row">Java EE</th>
|
|
127 |
<td>@JAVA_EE_MODULES@</td>
|
|
128 |
</tr>
|
|
129 |
<tr>
|
|
130 |
<th scope="row"></th>
|
|
131 |
<th scope="row">Outside Java SE</th>
|
|
132 |
<th scope="row">JDK</th>
|
|
133 |
<th scope="row">JavaFX</th>
|
|
134 |
</tr>
|
|
135 |
<tr>
|
|
136 |
<th scope="row">Others</th>
|
|
137 |
<td>@OTHER_MODULES@</td>
|
|
138 |
</tr>
|
|
139 |
</tbody>
|
|
140 |
</table>
|
|
141 |
|
|
142 |
<p>
|
|
143 |
<hr/>
|
|
144 |
<a href="legal/cpyr.html">Copyright</a>© 1993, 2017, Oracle and/or its affiliates. All rights reserved.</p>
|
|
145 |
</body>
|
|
146 |
</html>
|