Uses of Class
com.tagtraum.beatunes.library.LibraryLoader
-
Packages that use LibraryLoader Package Description com.tagtraum.beatunes.library Classes that load and manage the library.com.tagtraum.beatunes.library.filesystem Implementation of a file system based music library.com.tagtraum.beatunes.library.itunes Implementation of an iTunes-based music library.com.tagtraum.beatunes.library.plain "Plain" library that does not have side-effects. -
-
Uses of LibraryLoader in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return LibraryLoader Modifier and Type Method Description abstract LibraryLoader
LibraryDescriptor. createLibraryLoader()
Creates a library loader appropriate for this kind of library.protected abstract LibraryLoader
AbstractMediaLibrary. getLibraryLoader()
LibraryLoader
HibernateMediaLibrary. getLibraryLoader()
-
Uses of LibraryLoader in com.tagtraum.beatunes.library.filesystem
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.filesystem Modifier and Type Class Description class
HibernateFileSystemLibraryLoader
Hibernate File System Library Loader.Methods in com.tagtraum.beatunes.library.filesystem that return LibraryLoader Modifier and Type Method Description LibraryLoader
FileSystemLibraryDescriptor. createLibraryLoader()
-
Uses of LibraryLoader in com.tagtraum.beatunes.library.itunes
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.itunes Modifier and Type Class Description class
HibernateITunesLibraryLoader
Hibernate iTunes LibraryLoader.class
ITLibraryLoader
Library loader based onITLibrary
and the native ITLibrary Apple framework.Methods in com.tagtraum.beatunes.library.itunes that return LibraryLoader Modifier and Type Method Description LibraryLoader
ITLibraryDescriptor. createLibraryLoader()
LibraryLoader
ITunesLibraryDescriptor. createLibraryLoader()
-
Uses of LibraryLoader in com.tagtraum.beatunes.library.plain
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.plain Modifier and Type Class Description class
PlainLibraryLoader
Plain library loader that basically does not load anything.Methods in com.tagtraum.beatunes.library.plain that return LibraryLoader Modifier and Type Method Description LibraryLoader
PlainLibraryDescriptor. createLibraryLoader()
-