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 LibraryLoaderLibraryDescriptor. createLibraryLoader()Creates a library loader appropriate for this kind of library.protected abstract LibraryLoaderAbstractMediaLibrary. getLibraryLoader()LibraryLoaderHibernateMediaLibrary. getLibraryLoader() -
Uses of LibraryLoader in com.tagtraum.beatunes.library.filesystem
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.filesystem Modifier and Type Class Description classHibernateFileSystemLibraryLoaderHibernate File System Library Loader.Methods in com.tagtraum.beatunes.library.filesystem that return LibraryLoader Modifier and Type Method Description LibraryLoaderFileSystemLibraryDescriptor. createLibraryLoader() -
Uses of LibraryLoader in com.tagtraum.beatunes.library.itunes
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.itunes Modifier and Type Class Description classHibernateITunesLibraryLoaderHibernate iTunes LibraryLoader.classITLibraryLoaderLibrary loader based onITLibraryand the native ITLibrary Apple framework.Methods in com.tagtraum.beatunes.library.itunes that return LibraryLoader Modifier and Type Method Description LibraryLoaderITLibraryDescriptor. createLibraryLoader()LibraryLoaderITunesLibraryDescriptor. createLibraryLoader() -
Uses of LibraryLoader in com.tagtraum.beatunes.library.plain
Subclasses of LibraryLoader in com.tagtraum.beatunes.library.plain Modifier and Type Class Description classPlainLibraryLoaderPlain library loader that basically does not load anything.Methods in com.tagtraum.beatunes.library.plain that return LibraryLoader Modifier and Type Method Description LibraryLoaderPlainLibraryDescriptor. createLibraryLoader()
-