Skip to content

Commit 4137746

Browse files
committed
Deploying to gh-pages - 18:35:41
1 parent 49ad87f commit 4137746

30 files changed

+12153
-22
lines changed

index.html

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
32

43
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -60,32 +59,22 @@
6059
</head>
6160

6261
<body>
63-
<a href="http://github.com/grails-plugins/grails-db-reverse-engineer">
64-
<img style="position: absolute; top: 0; right: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
65-
</a>
66-
6762
<div id="container">
6863
<h1>Grails Database Reverse Engineering Plugin</h1>
69-
<table id="properties">
70-
<tbody>
71-
<tr>
72-
<td class="propName">Version</td>
73-
<td>4.0.0<td>
74-
</tr>
75-
<tr>
76-
<td class="propName">Grails Version</td>
77-
<td>3.0.0 > *</td>
78-
</tr>
79-
<tr>
80-
<td class="propName">Author</td>
81-
<td>Burt Beckwith</td>
82-
</tr>
83-
</tbody>
84-
</table>
8564

8665
<hr />
8766

88-
<h2>Current Documentation (Grails 3+)</h2>
67+
<h2>Snapshot Documentation</h2>
68+
<ul>
69+
<li><a href="/grails-db-reverse-engineer/snapshot/index.html">User guide</a></li>
70+
</ul>
71+
72+
<h2>Current Documentation (Grails 7+)</h2>
73+
<ul>
74+
<li><a href="/grails-db-reverse-engineer/snpashot/index.html">User guide</a></li>
75+
</ul>
76+
77+
<h2>Documentation (Grails 3)</h2>
8978
<ul>
9079
<li><a href="/grails-db-reverse-engineer/grails3v4/index.html">User guide</a></li>
9180
<li><a href="/grails-db-reverse-engineer/grails3v4/db-reverse-engineer-4.0.0.pdf">User guide PDF</a></li>

snapshot/gapi/allclasses-frame.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!--
2+
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
20+
-->
21+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22+
<html>
23+
<head>
24+
<title>All Classes</title>
25+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
26+
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
27+
<link href="groovy.ico" type="image/x-icon" rel="icon">
28+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
29+
30+
</head>
31+
<body class="left">
32+
<h1 class="bar">All Classes</h1>
33+
<div class="indexContainer">
34+
<ul>
35+
<li><a href="org/grails/plugins/reveng/DbReverseEngineerCommand.html" title="class in org.grails.plugins.reveng" target="classFrame">DbReverseEngineerCommand</a></li>
36+
<li><a href="org/grails/plugins/reveng/DbReverseEngineerGrailsPlugin.html" title="class in org.grails.plugins.reveng" target="classFrame">DbReverseEngineerGrailsPlugin</a></li>
37+
<li><a href="org/grails/plugins/reveng/GrailsCfg2JavaTool.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsCfg2JavaTool</a></li>
38+
<li><a href="org/grails/plugins/reveng/GrailsEntityPOJOClass.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsEntityPOJOClass</a></li>
39+
<li><a href="org/grails/plugins/reveng/GrailsJdbcBinder.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsJdbcBinder</a></li>
40+
<li><a href="org/grails/plugins/reveng/GrailsJdbcMetadataDescriptor.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsJdbcMetadataDescriptor</a></li>
41+
<li><a href="org/grails/plugins/reveng/GrailsJdbcMetadataDescriptor.1.html" title="class in org.grails.plugins.reveng.GrailsJdbcMetadataDescriptor" target="classFrame">GrailsJdbcMetadataDescriptor.1</a></li>
42+
<li><a href="org/grails/plugins/reveng/GrailsPojoExporter.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsPojoExporter</a></li>
43+
<li><a href="org/grails/plugins/reveng/GrailsPojoExporter.1.html" title="class in org.grails.plugins.reveng.GrailsPojoExporter" target="classFrame">GrailsPojoExporter.1</a></li>
44+
<li><a href="org/grails/plugins/reveng/GrailsReverseEngineeringStrategy.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsReverseEngineeringStrategy</a></li>
45+
<li><a href="org/grails/plugins/reveng/GrailsTemplateProducer.html" title="class in org.grails.plugins.reveng" target="classFrame">GrailsTemplateProducer</a></li>
46+
<li><a href="org/grails/plugins/reveng/ReverseEngineerProgressListener.html" title="class in org.grails.plugins.reveng" target="classFrame">ReverseEngineerProgressListener</a></li>
47+
<li><a href="org/grails/plugins/reveng/ReverseEngineeringEngine.html" title="class in org.grails.plugins.reveng" target="classFrame">ReverseEngineeringEngine</a></li>
48+
<li><a href="org/grails/plugins/reveng/ReverseEngineeringFactory.html" title="class in org.grails.plugins.reveng" target="classFrame">ReverseEngineeringFactory</a></li>
49+
50+
</ul>
51+
</div>
52+
</body>
53+
</html>

snapshot/gapi/deprecated-list.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!--
2+
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
20+
-->
21+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22+
23+
<html>
24+
<head>
25+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
26+
<!-- Generated by groovydoc -->
27+
<title>Deprecated API (Groovy Documentation)</title>
28+
29+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
30+
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
31+
<link href="groovy.ico" type="image/x-icon" rel="icon">
32+
33+
</head>
34+
<body class="center">
35+
<script type="text/javascript"><!--
36+
if (location.href.indexOf('is-external=true') == -1) {
37+
parent.document.title="Deprecated API (Groovy Documentation)";
38+
}
39+
//-->
40+
</script>
41+
<noscript>
42+
<div>JavaScript is disabled on your browser.</div>
43+
</noscript>
44+
<!-- ========= START OF TOP NAVBAR ======= -->
45+
<div class="topNav"><a name="navbar_top">
46+
<!-- -->
47+
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
48+
<!-- -->
49+
</a>
50+
<ul class="navList" title="Navigation">
51+
<li><a href="overview-summary.html">Overview</a></li>
52+
<li>Package</li>
53+
<li>Class</li>
54+
<li class="navBarCell1Rev">Deprecated</li>
55+
<li><a href="index-all.html">Index</a></li>
56+
<li><a href="help-doc.html">Help</a></li>
57+
</ul>
58+
</div>
59+
<div class="subNav">
60+
<ul class="navList">
61+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
62+
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
63+
</ul>
64+
<a name="skip-navbar_top">
65+
<!-- -->
66+
</a></div>
67+
<!-- ========= END OF TOP NAVBAR ========= -->
68+
<div class="header">
69+
<h1 title="Deprecated API" class="title">Deprecated API</h1>
70+
<h2 title="Contents">Contents</h2>
71+
<ul>
72+
73+
</ul>
74+
</div>
75+
<div class="contentContainer">
76+
77+
78+
</div>
79+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
80+
<div class="bottomNav"><a name="navbar_bottom">
81+
<!-- -->
82+
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
83+
<!-- -->
84+
</a>
85+
<ul class="navList" title="Navigation">
86+
<li><a href="overview-summary.html">Overview</a></li>
87+
<li>Package</li>
88+
<li>Class</li>
89+
<li class="navBarCell1Rev">Deprecated</li>
90+
<li><a href="index-all.html">Index</a></li>
91+
<li><a href="help-doc.html">Help</a></li>
92+
</ul>
93+
</div>
94+
<div class="subNav">
95+
<ul class="navList">
96+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
97+
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
98+
</ul>
99+
<div class="aboutLanguage"><em>Groovy Documentation</em></div>
100+
<a name="skip-navbar_bottom">
101+
<!-- -->
102+
</a></div>
103+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
104+
105+
</body>
106+
</html>

snapshot/gapi/groovy.ico

9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)