From d4c6fe18ca94ed0880720d7ff135b82920d764b4 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sun, 27 Jun 2021 11:16:21 +0200 Subject: XMLHandler tests covered at 91% --- target/site/apidocs/musichub/business/Album.html | 250 ------------- .../site/apidocs/musichub/business/AudioBook.html | 273 -------------- .../apidocs/musichub/business/AudioElement.html | 325 ---------------- .../site/apidocs/musichub/business/Category.html | 258 ------------- target/site/apidocs/musichub/business/Genre.html | 266 ------------- .../site/apidocs/musichub/business/Language.html | 258 ------------- .../site/apidocs/musichub/business/MusicHub.html | 412 --------------------- .../musichub/business/NoAlbumFoundException.html | 150 -------- .../musichub/business/NoElementFoundException.html | 150 -------- .../business/NoPlayListFoundException.html | 150 -------- .../site/apidocs/musichub/business/PlayList.html | 215 ----------- target/site/apidocs/musichub/business/Song.html | 251 ------------- .../apidocs/musichub/business/class-use/Album.html | 99 ----- .../musichub/business/class-use/AudioBook.html | 65 ---- .../musichub/business/class-use/AudioElement.html | 124 ------- .../musichub/business/class-use/Category.html | 101 ----- .../apidocs/musichub/business/class-use/Genre.html | 98 ----- .../musichub/business/class-use/Language.html | 101 ----- .../musichub/business/class-use/MusicHub.html | 65 ---- .../business/class-use/NoAlbumFoundException.html | 101 ----- .../class-use/NoElementFoundException.html | 95 ----- .../class-use/NoPlayListFoundException.html | 94 ----- .../musichub/business/class-use/PlayList.html | 99 ----- .../apidocs/musichub/business/class-use/Song.html | 90 ----- .../apidocs/musichub/business/package-summary.html | 116 ------ .../apidocs/musichub/business/package-tree.html | 114 ------ .../apidocs/musichub/business/package-use.html | 105 ------ 27 files changed, 4425 deletions(-) delete mode 100644 target/site/apidocs/musichub/business/Album.html delete mode 100644 target/site/apidocs/musichub/business/AudioBook.html delete mode 100644 target/site/apidocs/musichub/business/AudioElement.html delete mode 100644 target/site/apidocs/musichub/business/Category.html delete mode 100644 target/site/apidocs/musichub/business/Genre.html delete mode 100644 target/site/apidocs/musichub/business/Language.html delete mode 100644 target/site/apidocs/musichub/business/MusicHub.html delete mode 100644 target/site/apidocs/musichub/business/NoAlbumFoundException.html delete mode 100644 target/site/apidocs/musichub/business/NoElementFoundException.html delete mode 100644 target/site/apidocs/musichub/business/NoPlayListFoundException.html delete mode 100644 target/site/apidocs/musichub/business/PlayList.html delete mode 100644 target/site/apidocs/musichub/business/Song.html delete mode 100644 target/site/apidocs/musichub/business/class-use/Album.html delete mode 100644 target/site/apidocs/musichub/business/class-use/AudioBook.html delete mode 100644 target/site/apidocs/musichub/business/class-use/AudioElement.html delete mode 100644 target/site/apidocs/musichub/business/class-use/Category.html delete mode 100644 target/site/apidocs/musichub/business/class-use/Genre.html delete mode 100644 target/site/apidocs/musichub/business/class-use/Language.html delete mode 100644 target/site/apidocs/musichub/business/class-use/MusicHub.html delete mode 100644 target/site/apidocs/musichub/business/class-use/NoAlbumFoundException.html delete mode 100644 target/site/apidocs/musichub/business/class-use/NoElementFoundException.html delete mode 100644 target/site/apidocs/musichub/business/class-use/NoPlayListFoundException.html delete mode 100644 target/site/apidocs/musichub/business/class-use/PlayList.html delete mode 100644 target/site/apidocs/musichub/business/class-use/Song.html delete mode 100644 target/site/apidocs/musichub/business/package-summary.html delete mode 100644 target/site/apidocs/musichub/business/package-tree.html delete mode 100644 target/site/apidocs/musichub/business/package-use.html (limited to 'target/site/apidocs/musichub/business') diff --git a/target/site/apidocs/musichub/business/Album.html b/target/site/apidocs/musichub/business/Album.html deleted file mode 100644 index fd0beaa..0000000 --- a/target/site/apidocs/musichub/business/Album.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - -Album (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Album

-
-
java.lang.Object -
musichub.business.Album
-
-
-
-
public class Album -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      addSong

      -
      public void addSong(UUID song)
      -
      -
    • -
    • -
      -

      getSongs

      -
      public List<UUID> getSongs()
      -
      -
    • -
    • -
      -

      getSongsRandomly

      -
      public ArrayList<UUID> getSongsRandomly()
      -
      -
    • -
    • -
      -

      getTitle

      -
      public String getTitle()
      -
      -
    • -
    • -
      -

      getDate

      -
      public Date getDate()
      -
      -
    • -
    • -
      -

      createXMLElement

      -
      public void createXMLElement(Document document, - Element parentElement)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/AudioBook.html b/target/site/apidocs/musichub/business/AudioBook.html deleted file mode 100644 index 211e1b0..0000000 --- a/target/site/apidocs/musichub/business/AudioBook.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -AudioBook (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AudioBook

-
-
java.lang.Object -
musichub.business.AudioElement -
musichub.business.AudioBook
-
-
-
-
-
public class AudioBook -extends AudioElement
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      AudioBook

      -
      public AudioBook(String title, - String artist, - int lengthInSeconds, - String uid, - String content, - String language, - String category)
      -
      -
    • -
    • -
      -

      AudioBook

      -
      public AudioBook(String title, - String artist, - int lengthInSeconds, - String content, - String language, - String category)
      -
      -
    • -
    • -
      -

      AudioBook

      -
      public AudioBook(Element xmlElement)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getLanguage

      -
      public Language getLanguage()
      -
      -
    • -
    • -
      -

      setLanguage

      -
      public void setLanguage(String language)
      -
      -
    • -
    • -
      -

      getCategory

      -
      public Category getCategory()
      -
      -
    • -
    • -
      -

      setCategory

      -
      public void setCategory(String category)
      -
      -
    • -
    • -
      -

      toString

      -
      public String toString()
      -
      -
      Overrides:
      -
      toString in class AudioElement
      -
      -
      -
    • -
    • -
      -

      createXMLElement

      -
      public void createXMLElement(Document document, - Element parentElement)
      -
      -
      Overrides:
      -
      createXMLElement in class AudioElement
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/AudioElement.html b/target/site/apidocs/musichub/business/AudioElement.html deleted file mode 100644 index fe6ad42..0000000 --- a/target/site/apidocs/musichub/business/AudioElement.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -AudioElement (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AudioElement

-
-
java.lang.Object -
musichub.business.AudioElement
-
-
-
-
Direct Known Subclasses:
-
AudioBook, Song
-
-
-
public abstract class AudioElement -extends Object
-
-
- -
-
- -
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/Category.html b/target/site/apidocs/musichub/business/Category.html deleted file mode 100644 index 4266493..0000000 --- a/target/site/apidocs/musichub/business/Category.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - -Category (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class Category

-
-
java.lang.Object -
java.lang.Enum<Category> -
musichub.business.Category
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<Category>, Constable
-
-
-
public enum Category -extends Enum<Category>
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      YOUTH

      -
      public static final Category YOUTH
      -
      -
    • -
    • -
      -

      NOVEL

      -
      public static final Category NOVEL
      -
      -
    • -
    • -
      -

      THEATER

      -
      public static final Category THEATER
      -
      -
    • -
    • -
      -

      DOCUMENTARY

      -
      public static final Category DOCUMENTARY
      -
      -
    • -
    • -
      -

      SPEECH

      -
      public static final Category SPEECH
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static Category[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static Category valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    • -
      -

      getCategory

      -
      public String getCategory()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/Genre.html b/target/site/apidocs/musichub/business/Genre.html deleted file mode 100644 index 96e2762..0000000 --- a/target/site/apidocs/musichub/business/Genre.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - -Genre (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class Genre

-
-
java.lang.Object -
java.lang.Enum<Genre> -
musichub.business.Genre
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<Genre>, Constable
-
-
-
public enum Genre -extends Enum<Genre>
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      JAZZ

      -
      public static final Genre JAZZ
      -
      -
    • -
    • -
      -

      CLASSIC

      -
      public static final Genre CLASSIC
      -
      -
    • -
    • -
      -

      HIPHOP

      -
      public static final Genre HIPHOP
      -
      -
    • -
    • -
      -

      ROCK

      -
      public static final Genre ROCK
      -
      -
    • -
    • -
      -

      POP

      -
      public static final Genre POP
      -
      -
    • -
    • -
      -

      RAP

      -
      public static final Genre RAP
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static Genre[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static Genre valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    • -
      -

      getGenre

      -
      public String getGenre()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/Language.html b/target/site/apidocs/musichub/business/Language.html deleted file mode 100644 index 6bebff8..0000000 --- a/target/site/apidocs/musichub/business/Language.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - -Language (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class Language

-
-
java.lang.Object -
java.lang.Enum<Language> -
musichub.business.Language
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<Language>, Constable
-
-
-
public enum Language -extends Enum<Language>
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      FRENCH

      -
      public static final Language FRENCH
      -
      -
    • -
    • -
      -

      ENGLISH

      -
      public static final Language ENGLISH
      -
      -
    • -
    • -
      -

      ITALIAN

      -
      public static final Language ITALIAN
      -
      -
    • -
    • -
      -

      SPANISH

      -
      public static final Language SPANISH
      -
      -
    • -
    • -
      -

      GERMAN

      -
      public static final Language GERMAN
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static Language[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static Language valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    • -
      -

      getLanguage

      -
      public String getLanguage()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/MusicHub.html b/target/site/apidocs/musichub/business/MusicHub.html deleted file mode 100644 index 4af462c..0000000 --- a/target/site/apidocs/musichub/business/MusicHub.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -MusicHub (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MusicHub

-
-
java.lang.Object -
musichub.business.MusicHub
-
-
-
-
public class MusicHub -extends Object
-
-
- -
-
- -
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/NoAlbumFoundException.html b/target/site/apidocs/musichub/business/NoAlbumFoundException.html deleted file mode 100644 index 16143e3..0000000 --- a/target/site/apidocs/musichub/business/NoAlbumFoundException.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -NoAlbumFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NoAlbumFoundException

-
-
java.lang.Object -
java.lang.Throwable -
java.lang.Exception -
musichub.business.NoAlbumFoundException
-
-
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class NoAlbumFoundException -extends Exception
-
-
See Also:
-
Serialized Form
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NoAlbumFoundException

      -
      public NoAlbumFoundException(String msg)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/NoElementFoundException.html b/target/site/apidocs/musichub/business/NoElementFoundException.html deleted file mode 100644 index 3a04446..0000000 --- a/target/site/apidocs/musichub/business/NoElementFoundException.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -NoElementFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NoElementFoundException

-
-
java.lang.Object -
java.lang.Throwable -
java.lang.Exception -
musichub.business.NoElementFoundException
-
-
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class NoElementFoundException -extends Exception
-
-
See Also:
-
Serialized Form
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NoElementFoundException

      -
      public NoElementFoundException(String msg)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/NoPlayListFoundException.html b/target/site/apidocs/musichub/business/NoPlayListFoundException.html deleted file mode 100644 index 4a9413a..0000000 --- a/target/site/apidocs/musichub/business/NoPlayListFoundException.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -NoPlayListFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NoPlayListFoundException

-
-
java.lang.Object -
java.lang.Throwable -
java.lang.Exception -
musichub.business.NoPlayListFoundException
-
-
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class NoPlayListFoundException -extends Exception
-
-
See Also:
-
Serialized Form
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NoPlayListFoundException

      -
      public NoPlayListFoundException(String msg)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/PlayList.html b/target/site/apidocs/musichub/business/PlayList.html deleted file mode 100644 index a1ccc9b..0000000 --- a/target/site/apidocs/musichub/business/PlayList.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - -PlayList (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class PlayList

-
-
java.lang.Object -
musichub.business.PlayList
-
-
-
-
public class PlayList -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      PlayList

      -
      public PlayList(String title, - String id, - ArrayList<UUID> elementUUIDs)
      -
      -
    • -
    • -
      -

      PlayList

      -
      public PlayList(String title)
      -
      -
    • -
    • -
      -

      PlayList

      -
      public PlayList(Element xmlElement)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      addElement

      -
      public void addElement(UUID element)
      -
      -
    • -
    • -
      -

      getElements

      -
      public ArrayList<UUID> getElements()
      -
      -
    • -
    • -
      -

      getTitle

      -
      public String getTitle()
      -
      -
    • -
    • -
      -

      createXMLElement

      -
      public void createXMLElement(Document document, - Element parentElement)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/Song.html b/target/site/apidocs/musichub/business/Song.html deleted file mode 100644 index 82582dd..0000000 --- a/target/site/apidocs/musichub/business/Song.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -Song (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Song

-
- -
-
-
public class Song -extends AudioElement
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/Album.html b/target/site/apidocs/musichub/business/class-use/Album.html deleted file mode 100644 index 097e8c7..0000000 --- a/target/site/apidocs/musichub/business/class-use/Album.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Uses of Class musichub.business.Album (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.Album

-
-
Packages that use Album
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/AudioBook.html b/target/site/apidocs/musichub/business/class-use/AudioBook.html deleted file mode 100644 index a109ca3..0000000 --- a/target/site/apidocs/musichub/business/class-use/AudioBook.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -Uses of Class musichub.business.AudioBook (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.AudioBook

-
-No usage of musichub.business.AudioBook
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/AudioElement.html b/target/site/apidocs/musichub/business/class-use/AudioElement.html deleted file mode 100644 index 1249775..0000000 --- a/target/site/apidocs/musichub/business/class-use/AudioElement.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Class musichub.business.AudioElement (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.AudioElement

-
-
Packages that use AudioElement
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/Category.html b/target/site/apidocs/musichub/business/class-use/Category.html deleted file mode 100644 index 022df3a..0000000 --- a/target/site/apidocs/musichub/business/class-use/Category.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -Uses of Enum Class musichub.business.Category (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Enum Class
musichub.business.Category

-
-
Packages that use Category
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/Genre.html b/target/site/apidocs/musichub/business/class-use/Genre.html deleted file mode 100644 index a9cd613..0000000 --- a/target/site/apidocs/musichub/business/class-use/Genre.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -Uses of Enum Class musichub.business.Genre (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Enum Class
musichub.business.Genre

-
-
Packages that use Genre
-
-
Package
-
Description
- -
 
-
-
-
    -
  • -
    -

    Uses of Genre in musichub.business

    -
    Methods in musichub.business that return Genre
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    -
    static Genre
    -
    Genre.valueOf​(String name)
    -
    -
    Returns the enum constant of this class with the specified name.
    -
    -
    static Genre[]
    -
    Genre.values()
    -
    -
    Returns an array containing the constants of this enum class, in -the order they are declared.
    -
    -
    -
    -
  • -
-
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/Language.html b/target/site/apidocs/musichub/business/class-use/Language.html deleted file mode 100644 index 86ed23a..0000000 --- a/target/site/apidocs/musichub/business/class-use/Language.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -Uses of Enum Class musichub.business.Language (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Enum Class
musichub.business.Language

-
-
Packages that use Language
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/MusicHub.html b/target/site/apidocs/musichub/business/class-use/MusicHub.html deleted file mode 100644 index 683a7e5..0000000 --- a/target/site/apidocs/musichub/business/class-use/MusicHub.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - -Uses of Class musichub.business.MusicHub (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.MusicHub

-
-No usage of musichub.business.MusicHub
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/NoAlbumFoundException.html b/target/site/apidocs/musichub/business/class-use/NoAlbumFoundException.html deleted file mode 100644 index 3d190ec..0000000 --- a/target/site/apidocs/musichub/business/class-use/NoAlbumFoundException.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -Uses of Class musichub.business.NoAlbumFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.NoAlbumFoundException

-
-
Packages that use NoAlbumFoundException
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/NoElementFoundException.html b/target/site/apidocs/musichub/business/class-use/NoElementFoundException.html deleted file mode 100644 index 07bc200..0000000 --- a/target/site/apidocs/musichub/business/class-use/NoElementFoundException.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - -Uses of Class musichub.business.NoElementFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.NoElementFoundException

-
-
Packages that use NoElementFoundException
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/NoPlayListFoundException.html b/target/site/apidocs/musichub/business/class-use/NoPlayListFoundException.html deleted file mode 100644 index 0a7a442..0000000 --- a/target/site/apidocs/musichub/business/class-use/NoPlayListFoundException.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - -Uses of Class musichub.business.NoPlayListFoundException (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.NoPlayListFoundException

-
-
Packages that use NoPlayListFoundException
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/PlayList.html b/target/site/apidocs/musichub/business/class-use/PlayList.html deleted file mode 100644 index 151e091..0000000 --- a/target/site/apidocs/musichub/business/class-use/PlayList.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - -Uses of Class musichub.business.PlayList (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.PlayList

-
-
Packages that use PlayList
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/class-use/Song.html b/target/site/apidocs/musichub/business/class-use/Song.html deleted file mode 100644 index f7caf68..0000000 --- a/target/site/apidocs/musichub/business/class-use/Song.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - -Uses of Class musichub.business.Song (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Class
musichub.business.Song

-
-
Packages that use Song
-
-
Package
-
Description
- -
 
-
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/package-summary.html b/target/site/apidocs/musichub/business/package-summary.html deleted file mode 100644 index ab9bef3..0000000 --- a/target/site/apidocs/musichub/business/package-summary.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - -musichub.business (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Package musichub.business

-
-
-
package musichub.business
-
- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/package-tree.html b/target/site/apidocs/musichub/business/package-tree.html deleted file mode 100644 index e1a5f5b..0000000 --- a/target/site/apidocs/musichub/business/package-tree.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - -musichub.business Class Hierarchy (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package musichub.business

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- -
-
-
- - diff --git a/target/site/apidocs/musichub/business/package-use.html b/target/site/apidocs/musichub/business/package-use.html deleted file mode 100644 index 89e8d56..0000000 --- a/target/site/apidocs/musichub/business/package-use.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - -Uses of Package musichub.business (spoteezer 0.1.0 API) - - - - - - - - - - - - - - - -
- -
-
-
-

Uses of Package
musichub.business

-
-
Packages that use musichub.business
-
-
Package
-
Description
- -
 
-
-
- -
-
- -
-
- - -- cgit v1.2.3