-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### added * [Add .proto output files to kivakit-microservice GRPC service](Telenav/kivakit#89) * Upgraded to (modular) Wicket 9.6 * Build documentation ### fixed * [Division microservice example is broken #87](Telenav/kivakit#87) * [Broken listener chain due to inheritance from mixin and base component #86](Telenav/kivakit#86) * [Documentation links are broken in kivakit 1.1.0 #88](Telenav/kivakit#88)
- Loading branch information
1 parent
f120479
commit a68f249
Showing
1,492 changed files
with
250,155 additions
and
2,909 deletions.
There are no files selected for viewing
133 changes: 133 additions & 0 deletions
133
docs/1.1.1/javadoc/kivakit-examples/allclasses-index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (16) --> | ||
<title>All Classes (kivakit-examples 1.1.1 API)</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="description" content="class index"> | ||
<meta name="generator" content="javadoc/AllClassesIndexWriter"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-3.5.1.min.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script> | ||
</head> | ||
<body class="all-classes-index-page"> | ||
<script type="text/javascript">var pathtoroot = "./"; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<div class="flex-box"> | ||
<header role="banner" class="flex-header"> | ||
<nav role="navigation"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="top-nav" id="navbar.top"> | ||
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Module</li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
</ul> | ||
</div> | ||
<div class="sub-nav"> | ||
<div class="nav-list-search"><label for="search">SEARCH:</label> | ||
<input type="text" id="search" value="search" disabled="disabled"> | ||
<input type="reset" id="reset" value="reset" disabled="disabled"> | ||
</div> | ||
</div> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
<span class="skip-nav" id="skip.navbar.top"> | ||
<!-- --> | ||
</span></nav> | ||
</header> | ||
<div class="flex-content"> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Classes" class="title">All Classes</h1> | ||
</div> | ||
<div id="all-classes-table"> | ||
<div class="caption"><span>Class Summary</span></div> | ||
<div class="summary-table two-column-summary"> | ||
<div class="table-header col-first">Class</div> | ||
<div class="table-header col-last">Description</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/Alien.html" title="class in com.telenav.kivakit.examples.configuration.lookup">Alien</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Represents an alien from an arbitrary galaxy (possibly from Irk) in a spaceship.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.application/com/telenav/kivakit/examples/application/ApplicationExample.html" title="class in com.telenav.kivakit.examples.application">ApplicationExample</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Example application that counts the lines in its file argument.</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.application/com/telenav/kivakit/examples/application/ApplicationExampleProject.html" title="class in com.telenav.kivakit.examples.application">ApplicationExampleProject</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> </div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/AttackPlan.html" title="class in com.telenav.kivakit.examples.configuration.lookup">AttackPlan</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Defines when and where an alien attack should occur.</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionGrpcClient.html" title="class in com.telenav.kivakit.examples.microservice">DivisionGrpcClient</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Client application that divides two numbers by using the <a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionMicroservice.html" title="class in com.telenav.kivakit.examples.microservice"><code>DivisionMicroservice</code></a>, running in another process.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionGrpcService.html" title="class in com.telenav.kivakit.examples.microservice">DivisionGrpcService</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">GRPC service that provides arithmetic division</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionMicroservice.html" title="class in com.telenav.kivakit.examples.microservice">DivisionMicroservice</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Microservice example, including REST and Swagger support.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionMicroserviceSettings.html" title="class in com.telenav.kivakit.examples.microservice">DivisionMicroserviceSettings</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Settings for <a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionMicroservice.html" title="class in com.telenav.kivakit.examples.microservice"><code>DivisionMicroservice</code></a></div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionRestClient.html" title="class in com.telenav.kivakit.examples.microservice">DivisionRestClient</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Client application that divides two numbers by using the <a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionMicroservice.html" title="class in com.telenav.kivakit.examples.microservice"><code>DivisionMicroservice</code></a>, running in another process.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/DivisionRestService.html" title="class in com.telenav.kivakit.examples.microservice">DivisionRestService</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">REST service that provides arithmetic division</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/QuantumDatabase.html" title="class in com.telenav.kivakit.examples.configuration.lookup">QuantumDatabase</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Mock implementation of quantum storage for attack plans and other alien-related information.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/RegistryExample.html" title="class in com.telenav.kivakit.examples.configuration.lookup">RegistryExample</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Shows how to register a quantum database in the global <code>Registry</code>.</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/settings/simple/SettingsExample.html" title="class in com.telenav.kivakit.examples.configuration.settings.simple">SettingsExample</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Shows how to configure a spaceship and launch it as part of Operation Impending Doom III.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/Spaceship.html" title="class in com.telenav.kivakit.examples.configuration.lookup">Spaceship</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Spaceship implementation for Operation Impending Doom III.</div> | ||
</div> | ||
<div class="col-first even-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/settings/simple/Spaceship.html" title="class in com.telenav.kivakit.examples.configuration.settings.simple">Spaceship</a></div> | ||
<div class="col-last even-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Spaceship implementation for Operation Impending Doom III.</div> | ||
</div> | ||
<div class="col-first odd-row-color all-classes-table-tab2 all-classes-table"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/settings/simple/SpaceshipSettings.html" title="class in com.telenav.kivakit.examples.configuration.settings.simple">SpaceshipSettings</a></div> | ||
<div class="col-last odd-row-color all-classes-table-tab2 all-classes-table"> | ||
<div class="block">Settings for spaceships participating in Operation Impending Doom III</div> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<hr> | ||
<p class="legal-copy"><small>Copyright © 2011–2021 <a href="https://www.telenav.com">Telenav</a>. All rights reserved.</small></p> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
77 changes: 77 additions & 0 deletions
77
docs/1.1.1/javadoc/kivakit-examples/allpackages-index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (16) --> | ||
<title>All Packages (kivakit-examples 1.1.1 API)</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="description" content="package index"> | ||
<meta name="generator" content="javadoc/AllPackagesIndexWriter"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-3.5.1.min.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script> | ||
</head> | ||
<body class="all-packages-index-page"> | ||
<script type="text/javascript">var pathtoroot = "./"; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<div class="flex-box"> | ||
<header role="banner" class="flex-header"> | ||
<nav role="navigation"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="top-nav" id="navbar.top"> | ||
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Module</li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
</ul> | ||
</div> | ||
<div class="sub-nav"> | ||
<div class="nav-list-search"><label for="search">SEARCH:</label> | ||
<input type="text" id="search" value="search" disabled="disabled"> | ||
<input type="reset" id="reset" value="reset" disabled="disabled"> | ||
</div> | ||
</div> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
<span class="skip-nav" id="skip.navbar.top"> | ||
<!-- --> | ||
</span></nav> | ||
</header> | ||
<div class="flex-content"> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Packages" class="title">All Packages</h1> | ||
</div> | ||
<div class="caption"><span>Package Summary</span></div> | ||
<div class="summary-table two-column-summary"> | ||
<div class="table-header col-first">Package</div> | ||
<div class="table-header col-last">Description</div> | ||
<div class="col-first even-row-color"><a href="kivakit.examples.application/com/telenav/kivakit/examples/application/package-summary.html">com.telenav.kivakit.examples.application</a></div> | ||
<div class="col-last even-row-color"> </div> | ||
<div class="col-first odd-row-color"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/lookup/package-summary.html">com.telenav.kivakit.examples.configuration.lookup</a></div> | ||
<div class="col-last odd-row-color"> </div> | ||
<div class="col-first even-row-color"><a href="kivakit.examples.configuration/com/telenav/kivakit/examples/configuration/settings/simple/package-summary.html">com.telenav.kivakit.examples.configuration.settings.simple</a></div> | ||
<div class="col-last even-row-color"> </div> | ||
<div class="col-first odd-row-color"><a href="kivakit.examples.microservice/com/telenav/kivakit/examples/microservice/package-summary.html">com.telenav.kivakit.examples.microservice</a></div> | ||
<div class="col-last odd-row-color"> </div> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<hr> | ||
<p class="legal-copy"><small>Copyright © 2011–2021 <a href="https://www.telenav.com">Telenav</a>. All rights reserved.</small></p> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module:kivakit.examples.application | ||
com.telenav.kivakit.examples.application | ||
module:kivakit.examples.configuration | ||
com.telenav.kivakit.examples.configuration.lookup | ||
com.telenav.kivakit.examples.configuration.settings.simple | ||
module:kivakit.examples.microservice | ||
com.telenav.kivakit.examples.microservice |
Oops, something went wrong.