-
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.
Merge pull request #4 from zkingboos/portable-gradle
Java-doc reference
- Loading branch information
Showing
100 changed files
with
47,191 additions
and
9 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ allprojects { | |
|
||
repositories { | ||
mavenCentral() | ||
maven { url = "https://jitpack.io" } | ||
} | ||
|
||
dependencies { | ||
|
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,198 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (14.0.1) on Wed Dec 30 17:01:43 BRT 2020 --> | ||
<title>All Classes</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="dc.created" content="2020-12-30"> | ||
<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.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script> | ||
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script> | ||
<!--[if IE]> | ||
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-ui.js"></script> | ||
</head> | ||
<body class="all-classes-index"> | ||
<script type="text/javascript">var data = {"i0":1,"i1":1,"i2":1,"i3":2,"i4":2,"i5":2,"i6":1,"i7":2,"i8":2,"i9":2,"i10":2,"i11":2,"i12":1,"i13":2,"i14":2,"i15":2}; | ||
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"]}; | ||
var altColor = "altColor"; | ||
var rowColor = "rowColor"; | ||
var tableTab = "tableTab"; | ||
var activeTableTab = "activeTableTab"; | ||
var pathtoroot = "./"; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<div class="flexBox"> | ||
<header role="banner" class="flexHeader"> | ||
<nav role="navigation"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="topNav"><a id="navbar.top"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.top.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="subNav"> | ||
<div class="navListSearch"><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 ========= --> | ||
<div class="skipNav"><a id="skip.navbar.top"> | ||
<!-- --> | ||
</a></div> | ||
</nav> | ||
</header> | ||
<div class="flexContent"> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Classes" class="title">All Classes</h1> | ||
</div> | ||
<div class="allClassesContainer"> | ||
<div class="typeSummary"> | ||
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="typeSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Classes</button><button role="tab" aria-selected="false" aria-controls="typeSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t1" class="tableTab" onclick="show(1);">Interface Summary</button><button role="tab" aria-selected="false" aria-controls="typeSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Class Summary</button></div> | ||
<div id="typeSummary_tabpanel" role="tabpanel"> | ||
<table aria-labelledby="t0"> | ||
<thead> | ||
<tr> | ||
<th class="colFirst" scope="col">Class</th> | ||
<th class="colLast" scope="col">Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="altColor" id="i0"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/api/JdbcProvider.html" title="interface in dev.king.universal.shared.api">JdbcProvider</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">The interface has provide basic methods</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i1"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/api/KFunction.html" title="interface in dev.king.universal.shared.api">KFunction</a><<a href="dev/king/universal/shared/api/KFunction.html" title="type parameter in KFunction">T</a>,​<a href="dev/king/universal/shared/api/KFunction.html" title="type parameter in KFunction">R</a>></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Is trying block functional interface</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i2"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/api/KRunnable.html" title="interface in dev.king.universal.shared.api">KRunnable</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Safety function interface</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i3"> | ||
<td class="colFirst"><a href="dev/king/universal/wrapper/mysql/api/MysqlCredential.html" title="class in dev.king.universal.wrapper.mysql.api">MysqlCredential</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">The credential security login to authenticate with mysql | ||
Is used to grants secure system.</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i4"> | ||
<td class="colFirst"><a href="dev/king/universal/wrapper/mysql/MysqlProvider.html" title="class in dev.king.universal.wrapper.mysql">MysqlProvider</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="rowColor" id="i5"> | ||
<td class="colFirst"><a href="dev/king/universal/wrapper/mysql/PoolableConnection.html" title="class in dev.king.universal.wrapper.mysql">PoolableConnection</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="altColor" id="i6"> | ||
<td class="colFirst"><a href="dev/king/universal/wrapper/mysql/api/PoolableProvider.html" title="interface in dev.king.universal.wrapper.mysql.api">PoolableProvider</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">The pool of connection, usefully performance to big queries</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i7"> | ||
<td class="colFirst"><a href="dev/king/universal/wrapper/sql/SqlProvider.html" title="class in dev.king.universal.wrapper.sql">SqlProvider</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="altColor" id="i8"> | ||
<td class="colFirst"><a href="dev/king/universal/test/util/TestEntity.html" title="class in dev.king.universal.test.util">TestEntity</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="rowColor" id="i9"> | ||
<td class="colFirst"><a href="dev/king/universal/test/bukkit/TestMysqlBukkitConnection.html" title="class in dev.king.universal.test.bukkit">TestMysqlBukkitConnection</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="altColor" id="i10"> | ||
<td class="colFirst"><a href="dev/king/universal/test/TestMysqlConnection.html" title="class in dev.king.universal.test">TestMysqlConnection</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="rowColor" id="i11"> | ||
<td class="colFirst"><a href="dev/king/universal/test/TestSqlConnection.html" title="class in dev.king.universal.test">TestSqlConnection</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="altColor" id="i12"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/api/credential/UniversalCredential.html" title="interface in dev.king.universal.shared.api.credential">UniversalCredential</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Api credential</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i13"> | ||
<td class="colFirst"><a href="dev/king/universal/test/util/UniversalMethod.html" title="class in dev.king.universal.test.util">UniversalMethod</a></td> | ||
<th class="colLast" scope="row"> </th> | ||
</tr> | ||
<tr class="altColor" id="i14"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/UniversalUtil.html" title="class in dev.king.universal.shared">UniversalUtil</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">This class providers basic methods</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i15"> | ||
<td class="colFirst"><a href="dev/king/universal/shared/UniversalWrapper.html" title="class in dev.king.universal.shared">UniversalWrapper</a></td> | ||
<th class="colLast" scope="row">Deprecated.</th> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<nav role="navigation"> | ||
<!-- ======= START OF BOTTOM NAVBAR ====== --> | ||
<div class="bottomNav"><a id="navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.bottom.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<!-- ======== END OF BOTTOM NAVBAR ======= --> | ||
</nav> | ||
</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,147 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (14.0.1) on Wed Dec 30 17:01:43 BRT 2020 --> | ||
<title>All Packages</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="dc.created" content="2020-12-30"> | ||
<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.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script> | ||
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script> | ||
<!--[if IE]> | ||
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-ui.js"></script> | ||
</head> | ||
<body class="all-packages-index"> | ||
<script type="text/javascript">var pathtoroot = "./"; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<div class="flexBox"> | ||
<header role="banner" class="flexHeader"> | ||
<nav role="navigation"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="topNav"><a id="navbar.top"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.top.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="subNav"> | ||
<div class="navListSearch"><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 ========= --> | ||
<div class="skipNav"><a id="skip.navbar.top"> | ||
<!-- --> | ||
</a></div> | ||
</nav> | ||
</header> | ||
<div class="flexContent"> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Packages" class="title">All Packages</h1> | ||
</div> | ||
<div class="allPackagesContainer"> | ||
<div class="packagesSummary"> | ||
<table> | ||
<caption><span>Package Summary</span><span class="tabEnd"> </span></caption> | ||
<thead> | ||
<tr> | ||
<th class="colFirst" scope="col">Package</th> | ||
<th class="colLast" scope="col">Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/shared/package-summary.html">dev.king.universal.shared</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="rowColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/shared/api/package-summary.html">dev.king.universal.shared.api</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/shared/api/credential/package-summary.html">dev.king.universal.shared.api.credential</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="rowColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/test/package-summary.html">dev.king.universal.test</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/test/bukkit/package-summary.html">dev.king.universal.test.bukkit</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="rowColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/test/util/package-summary.html">dev.king.universal.test.util</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/wrapper/mysql/package-summary.html">dev.king.universal.wrapper.mysql</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="rowColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/wrapper/mysql/api/package-summary.html">dev.king.universal.wrapper.mysql.api</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="dev/king/universal/wrapper/sql/package-summary.html">dev.king.universal.wrapper.sql</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<nav role="navigation"> | ||
<!-- ======= START OF BOTTOM NAVBAR ====== --> | ||
<div class="bottomNav"><a id="navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.bottom.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-files/index-1.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<!-- ======== END OF BOTTOM NAVBAR ======= --> | ||
</nav> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.