Skip to content

Commit c6264b0

Browse files
committed
Fixed missing javadoc (web)
1 parent b0082ba commit c6264b0

46 files changed

Lines changed: 2528 additions & 93 deletions

Some content is hidden

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

docs/javadoc/allclasses-frame.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (Utils 1.0.0 API)</title>
6+
<title>All Classes (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
@@ -15,13 +15,18 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<li><a href="com/github/luka5w/util/program/DefaultOption.html" title="enum in com.github.luka5w.util.program" target="classFrame">DefaultOption</a></li>
1616
<li><a href="com/github/luka5w/util/data/FileUtils.html" title="class in com.github.luka5w.util.data" target="classFrame">FileUtils</a></li>
1717
<li><a href="com/github/luka5w/util/encryption/HashedPassword.html" title="class in com.github.luka5w.util.encryption" target="classFrame">HashedPassword</a></li>
18+
<li><a href="com/github/luka5w/util/exception/IncomparableException.html" title="class in com.github.luka5w.util.exception" target="classFrame">IncomparableException</a></li>
1819
<li><a href="com/github/luka5w/util/cli/Logger.html" title="class in com.github.luka5w.util.cli" target="classFrame">Logger</a></li>
1920
<li><a href="com/github/luka5w/util/program/MainClass.html" title="interface in com.github.luka5w.util.program" target="classFrame"><span class="interfaceName">MainClass</span></a></li>
2021
<li><a href="com/github/luka5w/util/exception/PreconditionNotMetException.html" title="class in com.github.luka5w.util.exception" target="classFrame">PreconditionNotMetException</a></li>
2122
<li><a href="com/github/luka5w/util/program/Program.html" title="class in com.github.luka5w.util.program" target="classFrame">Program</a></li>
2223
<li><a href="com/github/luka5w/util/cli/Prompt.html" title="class in com.github.luka5w.util.cli" target="classFrame">Prompt</a></li>
24+
<li><a href="com/github/luka5w/util/program/SmallMainClass.html" title="interface in com.github.luka5w.util.program" target="classFrame"><span class="interfaceName">SmallMainClass</span></a></li>
25+
<li><a href="com/github/luka5w/util/program/SmallProgram.html" title="class in com.github.luka5w.util.program" target="classFrame">SmallProgram</a></li>
2326
<li><a href="com/github/luka5w/util/exception/TooMuchIterationException.html" title="class in com.github.luka5w.util.exception" target="classFrame">TooMuchIterationException</a></li>
2427
<li><a href="com/github/luka5w/util/data/Utils.html" title="class in com.github.luka5w.util.data" target="classFrame">Utils</a></li>
28+
<li><a href="com/github/luka5w/util/versioning/Version.html" title="class in com.github.luka5w.util.versioning" target="classFrame">Version</a></li>
29+
<li><a href="com/github/luka5w/util/versioning/VersionType.html" title="enum in com.github.luka5w.util.versioning" target="classFrame">VersionType</a></li>
2530
</ul>
2631
</div>
2732
</body>

docs/javadoc/allclasses-noframe.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (Utils 1.0.0 API)</title>
6+
<title>All Classes (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>
@@ -15,13 +15,18 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<li><a href="com/github/luka5w/util/program/DefaultOption.html" title="enum in com.github.luka5w.util.program">DefaultOption</a></li>
1616
<li><a href="com/github/luka5w/util/data/FileUtils.html" title="class in com.github.luka5w.util.data">FileUtils</a></li>
1717
<li><a href="com/github/luka5w/util/encryption/HashedPassword.html" title="class in com.github.luka5w.util.encryption">HashedPassword</a></li>
18+
<li><a href="com/github/luka5w/util/exception/IncomparableException.html" title="class in com.github.luka5w.util.exception">IncomparableException</a></li>
1819
<li><a href="com/github/luka5w/util/cli/Logger.html" title="class in com.github.luka5w.util.cli">Logger</a></li>
1920
<li><a href="com/github/luka5w/util/program/MainClass.html" title="interface in com.github.luka5w.util.program"><span class="interfaceName">MainClass</span></a></li>
2021
<li><a href="com/github/luka5w/util/exception/PreconditionNotMetException.html" title="class in com.github.luka5w.util.exception">PreconditionNotMetException</a></li>
2122
<li><a href="com/github/luka5w/util/program/Program.html" title="class in com.github.luka5w.util.program">Program</a></li>
2223
<li><a href="com/github/luka5w/util/cli/Prompt.html" title="class in com.github.luka5w.util.cli">Prompt</a></li>
24+
<li><a href="com/github/luka5w/util/program/SmallMainClass.html" title="interface in com.github.luka5w.util.program"><span class="interfaceName">SmallMainClass</span></a></li>
25+
<li><a href="com/github/luka5w/util/program/SmallProgram.html" title="class in com.github.luka5w.util.program">SmallProgram</a></li>
2326
<li><a href="com/github/luka5w/util/exception/TooMuchIterationException.html" title="class in com.github.luka5w.util.exception">TooMuchIterationException</a></li>
2427
<li><a href="com/github/luka5w/util/data/Utils.html" title="class in com.github.luka5w.util.data">Utils</a></li>
28+
<li><a href="com/github/luka5w/util/versioning/Version.html" title="class in com.github.luka5w.util.versioning">Version</a></li>
29+
<li><a href="com/github/luka5w/util/versioning/VersionType.html" title="enum in com.github.luka5w.util.versioning">VersionType</a></li>
2530
</ul>
2631
</div>
2732
</body>

docs/javadoc/com/github/luka5w/util/cli/CLIUtils.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>CLIUtils (Utils 1.0.0 API)</title>
6+
<title>CLIUtils (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="CLIUtils (Utils 1.0.0 API)";
14+
parent.document.title="CLIUtils (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -111,7 +111,7 @@ <h2 title="Class CLIUtils" class="title">Class CLIUtils</h2>
111111
extends java.lang.Object</pre>
112112
<div class="block">Commandline Utils
113113

114-
GitHub: https://github.com/luka5w/jutils</div>
114+
GitHub: https://github.com/luka5w/javautils</div>
115115
</li>
116116
</ul>
117117
</div>

docs/javadoc/com/github/luka5w/util/cli/Logger.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Logger (Utils 1.0.0 API)</title>
6+
<title>Logger (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Logger (Utils 1.0.0 API)";
14+
parent.document.title="Logger (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -113,7 +113,7 @@ <h2 title="Class Logger" class="title">Class Logger</h2>
113113

114114
<p>A logging utility</p>
115115

116-
GitHub: https://github.com/luka5w/jutils</div>
116+
GitHub: https://github.com/luka5w/javautils</div>
117117
</li>
118118
</ul>
119119
</div>

docs/javadoc/com/github/luka5w/util/cli/Prompt.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Prompt (Utils 1.0.0 API)</title>
6+
<title>Prompt (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Prompt (Utils 1.0.0 API)";
14+
parent.document.title="Prompt (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -115,7 +115,7 @@ <h2 title="Class Prompt" class="title">Class Prompt</h2>
115115

116116
<p>Experimental: Only tested for Linux (Terminal)</p>
117117

118-
GitHub: https://github.com/luka5w/jutils</div>
118+
GitHub: https://github.com/luka5w/javautils</div>
119119
</li>
120120
</ul>
121121
</div>

docs/javadoc/com/github/luka5w/util/cli/package-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>com.github.luka5w.util.cli (Utils 1.0.0 API)</title>
6+
<title>com.github.luka5w.util.cli (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>

docs/javadoc/com/github/luka5w/util/cli/package-summary.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>com.github.luka5w.util.cli (Utils 1.0.0 API)</title>
6+
<title>com.github.luka5w.util.cli (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="com.github.luka5w.util.cli (Utils 1.0.0 API)";
14+
parent.document.title="com.github.luka5w.util.cli (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -85,7 +85,7 @@ <h1 title="Package" class="title">Package&nbsp;com.github.luka5w.util.cli</h1>
8585
<td class="colLast">
8686
<div class="block">Commandline Utils
8787

88-
GitHub: https://github.com/luka5w/jutils</div>
88+
GitHub: https://github.com/luka5w/javautils</div>
8989
</td>
9090
</tr>
9191
<tr class="rowColor">

docs/javadoc/com/github/luka5w/util/cli/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>com.github.luka5w.util.cli Class Hierarchy (Utils 1.0.0 API)</title>
6+
<title>com.github.luka5w.util.cli Class Hierarchy (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="com.github.luka5w.util.cli Class Hierarchy (Utils 1.0.0 API)";
14+
parent.document.title="com.github.luka5w.util.cli Class Hierarchy (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {

docs/javadoc/com/github/luka5w/util/data/FileUtils.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>FileUtils (Utils 1.0.0 API)</title>
6+
<title>FileUtils (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="FileUtils (Utils 1.0.0 API)";
14+
parent.document.title="FileUtils (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -113,7 +113,7 @@ <h2 title="Class FileUtils" class="title">Class FileUtils</h2>
113113

114114
<p>A class to handle file accesses.</p>
115115

116-
GitHub: https://github.com/luka5w/jutils</div>
116+
GitHub: https://github.com/luka5w/javautils</div>
117117
</li>
118118
</ul>
119119
</div>

docs/javadoc/com/github/luka5w/util/data/Utils.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Utils (Utils 1.0.0 API)</title>
6+
<title>Utils (Utils 1.1.0 API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Utils (Utils 1.0.0 API)";
14+
parent.document.title="Utils (Utils 1.1.0 API)";
1515
}
1616
}
1717
catch(err) {
@@ -113,7 +113,7 @@ <h2 title="Class Utils" class="title">Class Utils</h2>
113113

114114
<p>A collection of useful methods.</p>
115115

116-
GitHub: https://github.com/luka5w/jutils</div>
116+
GitHub: https://github.com/luka5w/javautils</div>
117117
</li>
118118
</ul>
119119
</div>

0 commit comments

Comments
 (0)