From 05b5bb7d2407006e08f46f66893a972a9f091952 Mon Sep 17 00:00:00 2001 From: said belhadj Date: Sat, 26 Jun 2021 12:01:49 +0200 Subject: Add reset, pause, quit functionality --- out/production/spoteezer/musichub/business/Album.class | Bin 0 -> 5606 bytes .../spoteezer/musichub/business/AudioBook.class | Bin 0 -> 4278 bytes .../spoteezer/musichub/business/AudioElement.class | Bin 0 -> 3752 bytes .../spoteezer/musichub/business/Category.class | Bin 0 -> 1476 bytes out/production/spoteezer/musichub/business/Genre.class | Bin 0 -> 1487 bytes .../spoteezer/musichub/business/Language.class | Bin 0 -> 1474 bytes .../spoteezer/musichub/business/MusicHub.class | Bin 0 -> 11031 bytes .../musichub/business/NoAlbumFoundException.class | Bin 0 -> 387 bytes .../musichub/business/NoElementFoundException.class | Bin 0 -> 393 bytes .../musichub/business/NoPlayListFoundException.class | Bin 0 -> 396 bytes .../spoteezer/musichub/business/PlayList.class | Bin 0 -> 3926 bytes out/production/spoteezer/musichub/business/Song.class | Bin 0 -> 3217 bytes .../spoteezer/musichub/business/SortByAuthor.class | Bin 0 -> 901 bytes .../spoteezer/musichub/business/SortByDate.class | Bin 0 -> 854 bytes .../spoteezer/musichub/business/SortByGenre.class | Bin 0 -> 858 bytes out/production/spoteezer/musichub/main/Main.class | Bin 0 -> 9322 bytes out/production/spoteezer/musichub/util/XMLHandler.class | Bin 0 -> 2921 bytes 17 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 out/production/spoteezer/musichub/business/Album.class create mode 100644 out/production/spoteezer/musichub/business/AudioBook.class create mode 100644 out/production/spoteezer/musichub/business/AudioElement.class create mode 100644 out/production/spoteezer/musichub/business/Category.class create mode 100644 out/production/spoteezer/musichub/business/Genre.class create mode 100644 out/production/spoteezer/musichub/business/Language.class create mode 100644 out/production/spoteezer/musichub/business/MusicHub.class create mode 100644 out/production/spoteezer/musichub/business/NoAlbumFoundException.class create mode 100644 out/production/spoteezer/musichub/business/NoElementFoundException.class create mode 100644 out/production/spoteezer/musichub/business/NoPlayListFoundException.class create mode 100644 out/production/spoteezer/musichub/business/PlayList.class create mode 100644 out/production/spoteezer/musichub/business/Song.class create mode 100644 out/production/spoteezer/musichub/business/SortByAuthor.class create mode 100644 out/production/spoteezer/musichub/business/SortByDate.class create mode 100644 out/production/spoteezer/musichub/business/SortByGenre.class create mode 100644 out/production/spoteezer/musichub/main/Main.class create mode 100644 out/production/spoteezer/musichub/util/XMLHandler.class (limited to 'out/production') diff --git a/out/production/spoteezer/musichub/business/Album.class b/out/production/spoteezer/musichub/business/Album.class new file mode 100644 index 0000000..c08b1be Binary files /dev/null and b/out/production/spoteezer/musichub/business/Album.class differ diff --git a/out/production/spoteezer/musichub/business/AudioBook.class b/out/production/spoteezer/musichub/business/AudioBook.class new file mode 100644 index 0000000..3ad965d Binary files /dev/null and b/out/production/spoteezer/musichub/business/AudioBook.class differ diff --git a/out/production/spoteezer/musichub/business/AudioElement.class b/out/production/spoteezer/musichub/business/AudioElement.class new file mode 100644 index 0000000..ab20d50 Binary files /dev/null and b/out/production/spoteezer/musichub/business/AudioElement.class differ diff --git a/out/production/spoteezer/musichub/business/Category.class b/out/production/spoteezer/musichub/business/Category.class new file mode 100644 index 0000000..51a68d1 Binary files /dev/null and b/out/production/spoteezer/musichub/business/Category.class differ diff --git a/out/production/spoteezer/musichub/business/Genre.class b/out/production/spoteezer/musichub/business/Genre.class new file mode 100644 index 0000000..66a7d69 Binary files /dev/null and b/out/production/spoteezer/musichub/business/Genre.class differ diff --git a/out/production/spoteezer/musichub/business/Language.class b/out/production/spoteezer/musichub/business/Language.class new file mode 100644 index 0000000..31b17c2 Binary files /dev/null and b/out/production/spoteezer/musichub/business/Language.class differ diff --git a/out/production/spoteezer/musichub/business/MusicHub.class b/out/production/spoteezer/musichub/business/MusicHub.class new file mode 100644 index 0000000..e1a0961 Binary files /dev/null and b/out/production/spoteezer/musichub/business/MusicHub.class differ diff --git a/out/production/spoteezer/musichub/business/NoAlbumFoundException.class b/out/production/spoteezer/musichub/business/NoAlbumFoundException.class new file mode 100644 index 0000000..03aff87 Binary files /dev/null and b/out/production/spoteezer/musichub/business/NoAlbumFoundException.class differ diff --git a/out/production/spoteezer/musichub/business/NoElementFoundException.class b/out/production/spoteezer/musichub/business/NoElementFoundException.class new file mode 100644 index 0000000..6ba1c87 Binary files /dev/null and b/out/production/spoteezer/musichub/business/NoElementFoundException.class differ diff --git a/out/production/spoteezer/musichub/business/NoPlayListFoundException.class b/out/production/spoteezer/musichub/business/NoPlayListFoundException.class new file mode 100644 index 0000000..54319de Binary files /dev/null and b/out/production/spoteezer/musichub/business/NoPlayListFoundException.class differ diff --git a/out/production/spoteezer/musichub/business/PlayList.class b/out/production/spoteezer/musichub/business/PlayList.class new file mode 100644 index 0000000..ea68021 Binary files /dev/null and b/out/production/spoteezer/musichub/business/PlayList.class differ diff --git a/out/production/spoteezer/musichub/business/Song.class b/out/production/spoteezer/musichub/business/Song.class new file mode 100644 index 0000000..c3bdeb7 Binary files /dev/null and b/out/production/spoteezer/musichub/business/Song.class differ diff --git a/out/production/spoteezer/musichub/business/SortByAuthor.class b/out/production/spoteezer/musichub/business/SortByAuthor.class new file mode 100644 index 0000000..fb8ee7a Binary files /dev/null and b/out/production/spoteezer/musichub/business/SortByAuthor.class differ diff --git a/out/production/spoteezer/musichub/business/SortByDate.class b/out/production/spoteezer/musichub/business/SortByDate.class new file mode 100644 index 0000000..c52e870 Binary files /dev/null and b/out/production/spoteezer/musichub/business/SortByDate.class differ diff --git a/out/production/spoteezer/musichub/business/SortByGenre.class b/out/production/spoteezer/musichub/business/SortByGenre.class new file mode 100644 index 0000000..2016012 Binary files /dev/null and b/out/production/spoteezer/musichub/business/SortByGenre.class differ diff --git a/out/production/spoteezer/musichub/main/Main.class b/out/production/spoteezer/musichub/main/Main.class new file mode 100644 index 0000000..419fb9c Binary files /dev/null and b/out/production/spoteezer/musichub/main/Main.class differ diff --git a/out/production/spoteezer/musichub/util/XMLHandler.class b/out/production/spoteezer/musichub/util/XMLHandler.class new file mode 100644 index 0000000..4ab0064 Binary files /dev/null and b/out/production/spoteezer/musichub/util/XMLHandler.class differ -- cgit v1.2.3 td colspan='5' class='logmsg'> 2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1 2021-06-27Add new feature - display playlistmanthole5-0/+46 2021-06-27mvn packageClyhtsuriva11-6/+142 2021-06-27mvn packageClyhtsuriva26-301/+313 2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82