From 8e13dba6e1c39dd841d60fddc3c4060f9b4a4b85 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 26 Jun 2021 13:32:26 +0200 Subject: Removed reduced pom and added the content of STZ-0001 with a switch modif. --- .../site/apidocs/musichub/business/MusicHub.html | 36 +++++++++++++++++----- 1 file changed, 29 insertions(+), 7 deletions(-) (limited to 'target/site/apidocs/musichub/business/MusicHub.html') diff --git a/target/site/apidocs/musichub/business/MusicHub.html b/target/site/apidocs/musichub/business/MusicHub.html index 9c5266c..9ef7adf 100644 --- a/target/site/apidocs/musichub/business/MusicHub.html +++ b/target/site/apidocs/musichub/business/MusicHub.html @@ -2,7 +2,7 @@ - + MusicHub (spoteezer 0.1.0 API) @@ -171,18 +171,22 @@ loadScripts(document, 'script');
String
getAudiobooksTitlesSortedByAuthor()
 
-
Iterator<PlayList>
-
playlists()
+
void
+
getAudioElement​(List<AudioElement> audios, + String elementTitle)
 
-
void
-
saveAlbums()
+
Iterator<PlayList>
+
playlists()
 
void
-
saveElements()
+
saveAlbums()
 
void
-
savePlayLists()
+
saveElements()
 
+
void
+
savePlayLists()
+
 
@@ -373,6 +377,24 @@ loadScripts(document, 'script');
public void saveElements()
+
  • +
    +

    getAudioElement

    +
    public void getAudioElement(List<AudioElement> audios, + String elementTitle) + throws NoAlbumFoundException, +UnsupportedAudioFileException, +IOException, +LineUnavailableException
    +
    +
    Throws:
    +
    NoAlbumFoundException
    +
    UnsupportedAudioFileException
    +
    IOException
    +
    LineUnavailableException
    +
    +
    +
  • -- cgit v1.2.3