summaryrefslogtreecommitdiff
path: root/com
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2018-07-26 23:36:30 +0200
committerVictor Häggqvist <[email protected]>2018-07-26 23:36:30 +0200
commita7f7b0028cbd28e1b4cb954862a2da0270fbd63a (patch)
treeb85ef64d62096b89dbc073a8c1fd9c31edd254dc /com
parent236dab5626351a96d3f8c2e992836e5835e4590c (diff)
Update JavaDoc
Diffstat (limited to '')
-rw-r--r--com/snilius/aboutit/AboutIt.html65
-rw-r--r--com/snilius/aboutit/CustomLicense.html24
-rw-r--r--com/snilius/aboutit/L.html36
-rw-r--r--com/snilius/aboutit/LibBuilder.html28
-rw-r--r--com/snilius/aboutit/LibSkeleton.html28
-rw-r--r--com/snilius/aboutit/LicenseBase.html12
-rw-r--r--com/snilius/aboutit/package-frame.html6
-rw-r--r--com/snilius/aboutit/package-summary.html8
-rw-r--r--com/snilius/aboutit/package-tree.html14
9 files changed, 109 insertions, 112 deletions
diff --git a/com/snilius/aboutit/AboutIt.html b/com/snilius/aboutit/AboutIt.html
index 7db57e3..5882519 100644
--- a/com/snilius/aboutit/AboutIt.html
+++ b/com/snilius/aboutit/AboutIt.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>AboutIt (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>AboutIt (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AboutIt (AboutIt)";
+ parent.document.title="AboutIt (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -95,7 +95,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.AboutIt</li>
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>public class <span class="typeNameLabel">AboutIt</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends java.lang.Object</pre>
<div class="block"><h1>AboutIt</h1>
A About-page creator
@@ -143,7 +143,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#AboutIt-android.app.Activity-">AboutIt</a></span>(<a href="http://d.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;activity)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#AboutIt-android.app.Activity-">AboutIt</a></span>(android.app.Activity&nbsp;activity)</code>
<div class="block">Create a page generator</div>
</td>
</tr>
@@ -170,7 +170,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#app-java.lang.String-">app</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appName)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#app-java.lang.String-">app</a></span>(java.lang.String&nbsp;appName)</code>
<div class="block">App name to display</div>
</td>
</tr>
@@ -178,13 +178,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#buildInfo-boolean-int-java.lang.String-">buildInfo</a></span>(boolean&nbsp;debug,
int&nbsp;versionCode,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;versionName)</code>
+ java.lang.String&nbsp;versionName)</code>
<div class="block">App build info.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#copyright-java.lang.String-">copyright</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;copyright)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#copyright-java.lang.String-">copyright</a></span>(java.lang.String&nbsp;copyright)</code>
<div class="block">Copyright name</div>
</td>
</tr>
@@ -196,12 +196,12 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#description-java.lang.String-">description</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#description-java.lang.String-">description</a></span>(java.lang.String&nbsp;description)</code>
<div class="block">A longer description</div>
</td>
</tr>
<tr id="i6" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#getVersionString--">getVersionString</a></span>()</code>
<div class="block">Get a baked version string.</div>
</td>
@@ -214,16 +214,16 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense-java.lang.String-java.lang.String-com.snilius.aboutit.L-java.lang.String-">libLicense</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense-java.lang.String-java.lang.String-com.snilius.aboutit.L-java.lang.String-">libLicense</a></span>(java.lang.String&nbsp;name,
+ java.lang.String&nbsp;author,
<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;license,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</code>
+ java.lang.String&nbsp;url)</code>
<div class="block">Add a library to the list</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#release-java.lang.String-">release</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;releaseName)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#release-java.lang.String-">release</a></span>(java.lang.String&nbsp;releaseName)</code>
<div class="block">Set a custom release name.</div>
</td>
</tr>
@@ -244,8 +244,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -267,7 +267,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockListLast">
<li class="blockList">
<h4>AboutIt</h4>
-<pre>public&nbsp;AboutIt(<a href="http://d.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;activity)</pre>
+<pre>public&nbsp;AboutIt(android.app.Activity&nbsp;activity)</pre>
<div class="block">Create a page generator</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -289,8 +289,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>toTextView</h4>
-<pre>public&nbsp;void&nbsp;toTextView(<a href="http://d.android.com/reference/android/support/annotation/IdRes.html?is-external=true" title="class or interface in android.support.annotation">@IdRes</a>
- int&nbsp;about_text)</pre>
+<pre>public&nbsp;void&nbsp;toTextView(int&nbsp;about_text)</pre>
<div class="block">Generate text and put in @ref{about_text}</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -304,7 +303,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>getVersionString</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVersionString()</pre>
+<pre>public&nbsp;java.lang.String&nbsp;getVersionString()</pre>
<div class="block">Get a baked version string.
Version string is build from build info and release name
It will look something like '1.42 (42-debug)'</div>
@@ -320,7 +319,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>copyright</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;copyright(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;copyright)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;copyright(java.lang.String&nbsp;copyright)</pre>
<div class="block">Copyright name</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -349,10 +348,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>libLicense</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;libLicense(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;libLicense(java.lang.String&nbsp;name,
+ java.lang.String&nbsp;author,
<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;license,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+ java.lang.String&nbsp;url)</pre>
<div class="block">Add a library to the list</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -385,8 +384,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>app</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(<a href="http://d.android.com/reference/android/support/annotation/StringRes.html?is-external=true" title="class or interface in android.support.annotation">@StringRes</a>
- int&nbsp;stringResource)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(int&nbsp;stringResource)</pre>
<div class="block">App name to display</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -400,7 +398,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>app</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appName)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(java.lang.String&nbsp;appName)</pre>
<div class="block">App name to display</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
@@ -414,7 +412,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>release</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;release(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;releaseName)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;release(java.lang.String&nbsp;releaseName)</pre>
<div class="block">Set a custom release name. Override the default name eg. beta</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -430,7 +428,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<h4>buildInfo</h4>
<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;buildInfo(boolean&nbsp;debug,
int&nbsp;versionCode,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;versionName)</pre>
+ java.lang.String&nbsp;versionName)</pre>
<div class="block">App build info. To be used in conjunction with the BuildConfig class
<code>.buildInfo(BuildConfig.DEBUG, BuildConfig.VERSION_CODE, BuildConfig.VERSION_NAME)</code></div>
<dl>
@@ -447,8 +445,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>description</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(<a href="http://d.android.com/reference/android/support/annotation/StringRes.html?is-external=true" title="class or interface in android.support.annotation">@StringRes</a>
- int&nbsp;stringResource)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(int&nbsp;stringResource)</pre>
<div class="block">A longer description</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -462,7 +459,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockListLast">
<li class="blockList">
<h4>description</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(java.lang.String&nbsp;description)</pre>
<div class="block">A longer description</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
diff --git a/com/snilius/aboutit/CustomLicense.html b/com/snilius/aboutit/CustomLicense.html
index 47afaec..b01348d 100644
--- a/com/snilius/aboutit/CustomLicense.html
+++ b/com/snilius/aboutit/CustomLicense.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>CustomLicense (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>CustomLicense (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="CustomLicense (AboutIt)";
+ parent.document.title="CustomLicense (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -95,7 +95,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.CustomLicense</li>
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>public class <span class="typeNameLabel">CustomLicense</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
+extends java.lang.Object
implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a></pre>
<div class="block">Custom license holder</div>
<dl>
@@ -137,7 +137,7 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/CustomLicense.html#CustomLicense-java.lang.String-">CustomLicense</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;displayName)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/CustomLicense.html#CustomLicense-java.lang.String-">CustomLicense</a></span>(java.lang.String&nbsp;displayName)</code>&nbsp;</td>
</tr>
</table>
</li>
@@ -155,7 +155,7 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/CustomLicense.html#display--">display</a></span>()</code>
<div class="block">Get display name for license</div>
</td>
@@ -165,8 +165,8 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -188,7 +188,7 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<ul class="blockListLast">
<li class="blockList">
<h4>CustomLicense</h4>
-<pre>public&nbsp;CustomLicense(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;displayName)</pre>
+<pre>public&nbsp;CustomLicense(java.lang.String&nbsp;displayName)</pre>
</li>
</ul>
</li>
@@ -205,7 +205,7 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<ul class="blockListLast">
<li class="blockList">
<h4>display</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;display()</pre>
+<pre>public&nbsp;java.lang.String&nbsp;display()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../com/snilius/aboutit/LicenseBase.html#display--">LicenseBase</a></code></span></div>
<div class="block">Get display name for license</div>
<dl>
diff --git a/com/snilius/aboutit/L.html b/com/snilius/aboutit/L.html
index 4892b39..de52aed 100644
--- a/com/snilius/aboutit/L.html
+++ b/com/snilius/aboutit/L.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>L (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>L (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="L (AboutIt)";
+ parent.document.title="L (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -95,10 +95,10 @@ var activeTableTab = "activeTableTab";
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
<li>
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;</li>
+<li>java.lang.Enum&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;</li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.L</li>
@@ -112,12 +112,12 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;</dd>
+<dd><a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>, java.io.Serializable, java.lang.Comparable&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public enum <span class="typeNameLabel">L</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;
+extends java.lang.Enum&lt;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&gt;
implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a></pre>
<div class="block">License Definitions</div>
<dl>
@@ -181,14 +181,14 @@ implements <a href="../../../com/snilius/aboutit/LicenseBase.html" title="interf
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/L.html#display--">display</a></span>()</code>
<div class="block">Get display name for license</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/L.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/L.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
@@ -204,15 +204,15 @@ the order they are declared.</div>
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -334,7 +334,7 @@ for (L c : L.values())
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
-<pre>public static&nbsp;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;valueOf(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
@@ -345,8 +345,8 @@ not permitted.)</div>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd>
+<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
+<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
@@ -356,7 +356,7 @@ not permitted.)</div>
<ul class="blockListLast">
<li class="blockList">
<h4>display</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;display()</pre>
+<pre>public&nbsp;java.lang.String&nbsp;display()</pre>
<div class="block">Get display name for license</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
diff --git a/com/snilius/aboutit/LibBuilder.html b/com/snilius/aboutit/LibBuilder.html
index d3f8036..5db3f39 100644
--- a/com/snilius/aboutit/LibBuilder.html
+++ b/com/snilius/aboutit/LibBuilder.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>LibBuilder (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>LibBuilder (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LibBuilder (AboutIt)";
+ parent.document.title="LibBuilder (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -95,7 +95,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.LibBuilder</li>
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>public class <span class="typeNameLabel">LibBuilder</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends java.lang.Object</pre>
<div class="block">Library builder</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
@@ -151,7 +151,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#author-java.lang.String-">author</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#author-java.lang.String-">author</a></span>(java.lang.String&nbsp;author)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>com.snilius.aboutit.AboutIt.Lib</code></td>
@@ -163,19 +163,19 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#name-java.lang.String-">name</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#name-java.lang.String-">name</a></span>(java.lang.String&nbsp;name)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#url-java.lang.String-">url</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibBuilder.html#url-java.lang.String-">url</a></span>(java.lang.String&nbsp;url)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -214,7 +214,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;name(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;name(java.lang.String&nbsp;name)</pre>
</li>
</ul>
<a name="author-java.lang.String-">
@@ -223,7 +223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>author</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;author(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;author(java.lang.String&nbsp;author)</pre>
</li>
</ul>
<a name="license-com.snilius.aboutit.LicenseBase-">
@@ -241,7 +241,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockList">
<li class="blockList">
<h4>url</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;url(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/LibBuilder.html" title="class in com.snilius.aboutit">LibBuilder</a>&nbsp;url(java.lang.String&nbsp;url)</pre>
</li>
</ul>
<a name="build--">
diff --git a/com/snilius/aboutit/LibSkeleton.html b/com/snilius/aboutit/LibSkeleton.html
index efa69cf..27882b5 100644
--- a/com/snilius/aboutit/LibSkeleton.html
+++ b/com/snilius/aboutit/LibSkeleton.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>LibSkeleton (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>LibSkeleton (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LibSkeleton (AboutIt)";
+ parent.document.title="LibSkeleton (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -89,7 +89,7 @@
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.LibSkeleton</li>
@@ -102,7 +102,7 @@
<hr>
<br>
<pre>public class <span class="typeNameLabel">LibSkeleton</span>
-extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+extends java.lang.Object</pre>
<div class="block">Library skeleton for creation of presets</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
@@ -126,10 +126,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibSkeleton.html#LibSkeleton-java.lang.String-java.lang.String-com.snilius.aboutit.LicenseBase-java.lang.String-">LibSkeleton</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LibSkeleton.html#LibSkeleton-java.lang.String-java.lang.String-com.snilius.aboutit.LicenseBase-java.lang.String-">LibSkeleton</a></span>(java.lang.String&nbsp;name,
+ java.lang.String&nbsp;author,
<a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>&nbsp;license,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</code>&nbsp;</td>
+ java.lang.String&nbsp;url)</code>&nbsp;</td>
</tr>
</table>
</li>
@@ -144,8 +144,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
@@ -167,10 +167,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<ul class="blockListLast">
<li class="blockList">
<h4>LibSkeleton</h4>
-<pre>public&nbsp;LibSkeleton(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
+<pre>public&nbsp;LibSkeleton(java.lang.String&nbsp;name,
+ java.lang.String&nbsp;author,
<a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>&nbsp;license,
- <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
+ java.lang.String&nbsp;url)</pre>
</li>
</ul>
</li>
diff --git a/com/snilius/aboutit/LicenseBase.html b/com/snilius/aboutit/LicenseBase.html
index db99002..0a7963f 100644
--- a/com/snilius/aboutit/LicenseBase.html
+++ b/com/snilius/aboutit/LicenseBase.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>LicenseBase (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>LicenseBase (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LicenseBase (AboutIt)";
+ parent.document.title="LicenseBase (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -128,7 +128,7 @@ var activeTableTab = "activeTableTab";
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/LicenseBase.html#display--">display</a></span>()</code>
<div class="block">Get display name for license</div>
</td>
@@ -154,7 +154,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockListLast">
<li class="blockList">
<h4>display</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;display()</pre>
+<pre>java.lang.String&nbsp;display()</pre>
<div class="block">Get display name for license</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
diff --git a/com/snilius/aboutit/package-frame.html b/com/snilius/aboutit/package-frame.html
index 2a00586..cefbc21 100644
--- a/com/snilius/aboutit/package-frame.html
+++ b/com/snilius/aboutit/package-frame.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>com.snilius.aboutit (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>com.snilius.aboutit (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
diff --git a/com/snilius/aboutit/package-summary.html b/com/snilius/aboutit/package-summary.html
index 9f6a239..a8fd269 100644
--- a/com/snilius/aboutit/package-summary.html
+++ b/com/snilius/aboutit/package-summary.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>com.snilius.aboutit (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>com.snilius.aboutit (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.snilius.aboutit (AboutIt)";
+ parent.document.title="com.snilius.aboutit (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
diff --git a/com/snilius/aboutit/package-tree.html b/com/snilius/aboutit/package-tree.html
index 9306cd2..1da8bb6 100644
--- a/com/snilius/aboutit/package-tree.html
+++ b/com/snilius/aboutit/package-tree.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_60) on Thu Sep 17 17:33:20 CEST 2015 -->
-<title>com.snilius.aboutit Class Hierarchy (AboutIt)</title>
-<meta name="date" content="2015-09-17">
+<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
+<title>com.snilius.aboutit Class Hierarchy (aboutit 1.2.3-SNAPSHOT API)</title>
+<meta name="date" content="2018-07-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.snilius.aboutit Class Hierarchy (AboutIt)";
+ parent.document.title="com.snilius.aboutit Class Hierarchy (aboutit 1.2.3-SNAPSHOT API)";
}
}
catch(err) {
@@ -73,7 +73,7 @@
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<li type="circle">java.lang.Object
<ul>
<li type="circle">com.snilius.aboutit.<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit"><span class="typeNameLink">AboutIt</span></a></li>
<li type="circle">com.snilius.aboutit.<a href="../../../com/snilius/aboutit/CustomLicense.html" title="class in com.snilius.aboutit"><span class="typeNameLink">CustomLicense</span></a> (implements com.snilius.aboutit.<a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>)</li>
@@ -88,9 +88,9 @@
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<li type="circle">java.lang.Object
<ul>
-<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
+<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">com.snilius.aboutit.<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit"><span class="typeNameLink">L</span></a> (implements com.snilius.aboutit.<a href="../../../com/snilius/aboutit/LicenseBase.html" title="interface in com.snilius.aboutit">LicenseBase</a>)</li>
</ul>