From 49196ae84aea338dbc6cd10f4d135e4b717cdd1f Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Jun 2021 23:38:36 +0200 Subject: Latest package, javadoc and jacoco --- target/site/apidocs/index-all.html | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'target/site/apidocs/index-all.html') diff --git a/target/site/apidocs/index-all.html b/target/site/apidocs/index-all.html index bb29e83..4154466 100644 --- a/target/site/apidocs/index-all.html +++ b/target/site/apidocs/index-all.html @@ -2,11 +2,11 @@ - + Index (spoteezer 0.1.0 API) - + @@ -182,6 +182,14 @@ loadScripts(document, 'script');
 
getLanguage() - Method in enum class musichub.business.Language
 
+
getPlayListSongs(String) - Method in class musichub.business.MusicHub
+
+
Method checking the songs contained in a chosen playlist and returning them if found.
+
+
getPlayListsTitles() - Method in class musichub.business.MusicHub
+
+
Method getting a list of playlists
+
getSongs() - Method in class musichub.business.Album
 
getSongsRandomly() - Method in class musichub.business.Album
@@ -291,6 +299,14 @@ loadScripts(document, 'script');
 
PLAYLISTS_FILE_PATH - Static variable in class musichub.business.MusicHub
 
+
Policy - Class in musichub.util
+
+
Class offering methods to prompt a policy agreement form to the user.
+
+
Policy() - Constructor for class musichub.util.Policy
+
+
Method that just throws an AssertionError if the class is called
+
POP - Enum constant in enum class musichub.business.Genre
 
@@ -313,12 +329,18 @@ loadScripts(document, 'script');
 
savePlayLists() - Method in class musichub.business.MusicHub
 
+
searchAudioElement() - Method in class musichub.business.MusicHub
+
 
setCategory(String) - Method in class musichub.business.AudioBook
 
setGenre(String) - Method in class musichub.business.Song
 
setLanguage(String) - Method in class musichub.business.AudioBook
 
+
showTerm() - Static method in class musichub.util.Policy
+
+
Method prompting the whole policy agreement process
+
Song - Class in musichub.business
 
Song(String, String, int, String, String) - Constructor for class musichub.business.Song
-- cgit v1.2.3