Skip to content

Commit 6eefa34

Browse files
committed
feat: add legacy javadoc APIs statically, because they do not change anymore
1 parent 472d02f commit 6eefa34

49,224 files changed

Lines changed: 7429774 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

static/javadocs/2.2.x/allclasses-frame.html

Lines changed: 2027 additions & 0 deletions
Large diffs are not rendered by default.

static/javadocs/2.2.x/allclasses-noframe.html

Lines changed: 2027 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/local/bin/dot
2+
#
3+
# Class diagram
4+
# Generated by UMLGraph version R5_6-24-gf6e263 (http://www.umlgraph.org/)
5+
#
6+
7+
digraph G {
8+
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
9+
node [fontname="Helvetica",fontsize=10,shape=plaintext];
10+
nodesep=0.25;
11+
ranksep=0.5;
12+
// com.cloudbees.syslog.Facility
13+
c960326 [label=<<table title="com.cloudbees.syslog.Facility" border="0" cellborder="1" cellspacing="0" cellpadding="2" port="p" bgcolor="lemonChiffon" href="./Facility.html">
14+
<tr><td><table border="0" cellspacing="0" cellpadding="1">
15+
<tr><td align="center" balign="center"> &#171;enumeration&#187; </td></tr>
16+
<tr><td align="center" balign="center"> Facility </td></tr>
17+
</table></td></tr>
18+
</table>>, URL="./Facility.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
19+
//com.cloudbees.syslog.Facility implements java.lang.Comparable<T>
20+
c960739:p -> c960326:p [dir=back,arrowtail=empty,style=dashed];
21+
// java.lang.Comparable<T>
22+
c960739 [label=<<table title="java.lang.Comparable" border="0" cellborder="1" cellspacing="0" cellpadding="2" port="p" href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html">
23+
<tr><td><table border="0" cellspacing="0" cellpadding="1">
24+
<tr><td align="center" balign="center"> &#171;interface&#187; </td></tr>
25+
<tr><td align="center" balign="center"> Comparable&lt;T&gt; </td></tr>
26+
</table></td></tr>
27+
</table>>, URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
28+
}
29+

static/javadocs/2.2.x/com/cloudbees/syslog/Facility.html

Lines changed: 794 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<map id="G" name="G">
2+
<area shape="rect" id="node1_0" href="./Facility.html" title="com.cloudbees.syslog.Facility" alt="" coords="21,112,139,155"/>
3+
<area shape="rect" id="node1" href="./Facility.html" title="&lt;TABLE&gt;" alt="" coords="10,107,150,160"/>
4+
<area shape="rect" id="node2_1" href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html" title="java.lang.Comparable" alt="" coords="16,11,144,53"/>
5+
<area shape="rect" id="node2" href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html" title="&lt;TABLE&gt;" alt="" coords="5,5,155,59"/>
6+
</map>
5.54 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/local/bin/dot
2+
#
3+
# Class diagram
4+
# Generated by UMLGraph version R5_6-24-gf6e263 (http://www.umlgraph.org/)
5+
#
6+
7+
digraph G {
8+
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
9+
node [fontname="Helvetica",fontsize=10,shape=plaintext];
10+
nodesep=0.25;
11+
ranksep=0.5;
12+
// com.cloudbees.syslog.MessageFormat
13+
c1138932 [label=<<table title="com.cloudbees.syslog.MessageFormat" border="0" cellborder="1" cellspacing="0" cellpadding="2" port="p" bgcolor="lemonChiffon" href="./MessageFormat.html">
14+
<tr><td><table border="0" cellspacing="0" cellpadding="1">
15+
<tr><td align="center" balign="center"> &#171;enumeration&#187; </td></tr>
16+
<tr><td align="center" balign="center"> MessageFormat </td></tr>
17+
</table></td></tr>
18+
</table>>, URL="./MessageFormat.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
19+
}
20+

static/javadocs/2.2.x/com/cloudbees/syslog/MessageFormat.html

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<map id="G" name="G">
2+
<area shape="rect" id="node1_0" href="./MessageFormat.html" title="com.cloudbees.syslog.MessageFormat" alt="" coords="16,11,140,53"/>
3+
<area shape="rect" id="node1" href="./MessageFormat.html" title="&lt;TABLE&gt;" alt="" coords="5,5,151,59"/>
4+
</map>
3.07 KB
Loading

0 commit comments

Comments
 (0)