diff options
Diffstat (limited to 'target/site/apidocs/index-all.html')
-rw-r--r-- | target/site/apidocs/index-all.html | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/target/site/apidocs/index-all.html b/target/site/apidocs/index-all.html index bb26bd1..bb29e83 100644 --- a/target/site/apidocs/index-all.html +++ b/target/site/apidocs/index-all.html @@ -2,11 +2,11 @@ <!-- NewPage --> <html lang="fr"> <head> -<!-- Generated by javadoc (16) on Sat Jun 26 14:29:15 CEST 2021 --> +<!-- Generated by javadoc (16) on Sun Jun 27 13:23:48 CEST 2021 --> <title>Index (spoteezer 0.1.0 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<meta name="dc.created" content="2021-06-26"> +<meta name="dc.created" content="2021-06-27"> <meta name="description" content="index"> <meta name="generator" content="javadoc/IndexWriter"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script> <div class="header"> <h1>Index</h1> </div> -<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:X">X</a> <a href="#I:Y">Y</a> <br><a href="allclasses-index.html">All Classes</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> +<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <a href="#I:Y">Y</a> <br><a href="allclasses-index.html">All Classes</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> <h2 class="title" id="I:A">A</h2> <dl class="index"> <dt><span class="member-name-link"><a href="musichub/business/MusicHub.html#addAlbum(musichub.business.Album)">addAlbum(Album)</a></span> - Method in class musichub.business.<a href="musichub/business/MusicHub.html" title="class in musichub.business">MusicHub</a></dt> @@ -202,9 +202,9 @@ loadScripts(document, 'script');</script> </dl> <h2 class="title" id="I:I">I</h2> <dl class="index"> -<dt><span class="member-name-link"><a href="musichub/business/PathValidation.html#isPathValid(java.lang.String)">isPathValid(String)</a></span> - Static method in class musichub.business.<a href="musichub/business/PathValidation.html" title="class in musichub.business">PathValidation</a></dt> +<dt><span class="member-name-link"><a href="musichub/util/PathValidation.html#isPathValid(java.lang.String)">isPathValid(String)</a></span> - Static method in class musichub.util.<a href="musichub/util/PathValidation.html" title="class in musichub.util">PathValidation</a></dt> <dd> -<div class="block">Method that checks the validity of a given path</div> +<div class="block">Method that checks the validity of a given path and file.</div> </dd> <dt><span class="member-name-link"><a href="musichub/business/Language.html#ITALIAN">ITALIAN</a></span> - Enum constant in enum class musichub.business.<a href="musichub/business/Language.html" title="enum class in musichub.business">Language</a></dt> <dd> </dd> @@ -220,6 +220,14 @@ loadScripts(document, 'script');</script> <dd> </dd> <dt><span class="member-name-link"><a href="musichub/business/AudioElement.html#lengthInSeconds">lengthInSeconds</a></span> - Variable in class musichub.business.<a href="musichub/business/AudioElement.html" title="class in musichub.business">AudioElement</a></dt> <dd> </dd> +<dt><a href="musichub/util/LogHandler.html" title="class in musichub.util"><span class="type-name-link">LogHandler</span></a> - Class in <a href="musichub/util/package-summary.html">musichub.util</a></dt> +<dd> +<div class="block">Class offering a log writing method.</div> +</dd> +<dt><span class="member-name-link"><a href="musichub/util/LogHandler.html#%3Cinit%3E()">LogHandler()</a></span> - Constructor for class musichub.util.<a href="musichub/util/LogHandler.html" title="class in musichub.util">LogHandler</a></dt> +<dd> +<div class="block">Method that just throws an AssertionError if the class is called</div> +</dd> </dl> <h2 class="title" id="I:M">M</h2> <dl class="index"> @@ -263,11 +271,11 @@ loadScripts(document, 'script');</script> <dl class="index"> <dt><span class="member-name-link"><a href="musichub/util/XMLHandler.html#parseXMLFile(java.lang.String)">parseXMLFile(String)</a></span> - Method in class musichub.util.<a href="musichub/util/XMLHandler.html" title="class in musichub.util">XMLHandler</a></dt> <dd> </dd> -<dt><a href="musichub/business/PathValidation.html" title="class in musichub.business"><span class="type-name-link">PathValidation</span></a> - Class in <a href="musichub/business/package-summary.html">musichub.business</a></dt> +<dt><a href="musichub/util/PathValidation.html" title="class in musichub.util"><span class="type-name-link">PathValidation</span></a> - Class in <a href="musichub/util/package-summary.html">musichub.util</a></dt> <dd> <div class="block">Class offering a path validation method.</div> </dd> -<dt><span class="member-name-link"><a href="musichub/business/PathValidation.html#%3Cinit%3E()">PathValidation()</a></span> - Constructor for class musichub.business.<a href="musichub/business/PathValidation.html" title="class in musichub.business">PathValidation</a></dt> +<dt><span class="member-name-link"><a href="musichub/util/PathValidation.html#%3Cinit%3E()">PathValidation()</a></span> - Constructor for class musichub.util.<a href="musichub/util/PathValidation.html" title="class in musichub.util">PathValidation</a></dt> <dd> <div class="block">Method that just throws an AssertionError if the class is called</div> </dd> @@ -290,6 +298,10 @@ loadScripts(document, 'script');</script> <dl class="index"> <dt><span class="member-name-link"><a href="musichub/business/Genre.html#RAP">RAP</a></span> - Enum constant in enum class musichub.business.<a href="musichub/business/Genre.html" title="enum class in musichub.business">Genre</a></dt> <dd> </dd> +<dt><span class="member-name-link"><a href="musichub/util/LogHandler.html#read()">read()</a></span> - Static method in class musichub.util.<a href="musichub/util/LogHandler.html" title="class in musichub.util">LogHandler</a></dt> +<dd> +<div class="block">Method that prints the content of spoteezer.log</div> +</dd> <dt><span class="member-name-link"><a href="musichub/business/Genre.html#ROCK">ROCK</a></span> - Enum constant in enum class musichub.business.<a href="musichub/business/Genre.html" title="enum class in musichub.business">Genre</a></dt> <dd> </dd> </dl> @@ -368,6 +380,13 @@ the order they are declared.</div> the order they are declared.</div> </dd> </dl> +<h2 class="title" id="I:W">W</h2> +<dl class="index"> +<dt><span class="member-name-link"><a href="musichub/util/LogHandler.html#write(java.lang.String,java.lang.String)">write(String, String)</a></span> - Static method in class musichub.util.<a href="musichub/util/LogHandler.html" title="class in musichub.util">LogHandler</a></dt> +<dd> +<div class="block">Method that writes a log message to spoteezer.log</div> +</dd> +</dl> <h2 class="title" id="I:X">X</h2> <dl class="index"> <dt><a href="musichub/util/XMLHandler.html" title="class in musichub.util"><span class="type-name-link">XMLHandler</span></a> - Class in <a href="musichub/util/package-summary.html">musichub.util</a></dt> @@ -380,7 +399,7 @@ the order they are declared.</div> <dt><span class="member-name-link"><a href="musichub/business/Category.html#YOUTH">YOUTH</a></span> - Enum constant in enum class musichub.business.<a href="musichub/business/Category.html" title="enum class in musichub.business">Category</a></dt> <dd> </dd> </dl> -<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:X">X</a> <a href="#I:Y">Y</a> <br><a href="allclasses-index.html">All Classes</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> +<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:X">X</a> <a href="#I:Y">Y</a> <br><a href="allclasses-index.html">All Classes</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> <footer role="contentinfo"> <hr> <p class="legal-copy"><small>Copyright © 2021. All rights reserved.</small></p> |