This commit is contained in:
2023-09-17 15:20:24 +00:00
parent 2fe581b275
commit e41e3b91fe
28 changed files with 126 additions and 51 deletions

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>LicenseValidator (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Class de.licenseapi.LicenseValidator (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>License (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>LicenseMeta (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
@ -28,7 +28,7 @@
catch(err) {
}
//-->
var data = {"i0":10,"i1":10};
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@ -180,13 +180,34 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAsBoolean()">getAsBoolean</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Boolean</code></a></div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAsDouble()">getAsDouble</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Double</code></a></div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAsInteger()">getAsInteger</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Integer</code></a></div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getKey()">getKey</a></span>()</code></th>
<td class="colLast">
<div class="block">Gets the key of the meta information</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getValue()">getValue</a></span>()</code></th>
<td class="colLast">
@ -263,7 +284,7 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
<a id="getValue()">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getValue()</pre>
@ -274,6 +295,48 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
</dl>
</li>
</ul>
<a id="getAsInteger()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAsInteger</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;getAsInteger()</pre>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Integer</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Integer</code></a></dd>
</dl>
</li>
</ul>
<a id="getAsDouble()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAsDouble</h4>
<pre class="methodSignature">public&nbsp;double&nbsp;getAsDouble()</pre>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Double</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Double</code></a></dd>
</dl>
</li>
</ul>
<a id="getAsBoolean()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAsBoolean</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;getAsBoolean()</pre>
<div class="block">Gets the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Boolean</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the meta information as <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>Boolean</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>LicenseStatus (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Class de.licenseapi.entities.License (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Class de.licenseapi.entities.LicenseMeta (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Class de.licenseapi.entities.LicenseStatus (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>de.licenseapi.entities (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>de.licenseapi.entities Class Hierarchy (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Package de.licenseapi.entities (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>de.licenseapi (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>de.licenseapi Class Hierarchy (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">

View File

@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.20.1) on Sat Sep 09 20:11:24 UTC 2023 -->
<!-- Generated by javadoc (11.0.20.1) on Sun Sep 17 15:20:23 UTC 2023 -->
<title>Uses of Package de.licenseapi (LicenseAPI-Integration 1.0.0-ALPHA API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-09-09">
<meta name="dc.created" content="2023-09-17">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">