Uses of Class
com.tagtraum.beatunes.library.LibraryDescriptor
-
Packages that use LibraryDescriptor Package Description com.tagtraum.beatunes Application for analyzing songs and sorting them based on how they match each other.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 LibraryDescriptor in com.tagtraum.beatunes
Methods in com.tagtraum.beatunes that return LibraryDescriptor Modifier and Type Method Description LibraryDescriptorGeneralPreferences. getLibraryDescriptor()Currently selectedLibraryDescriptor.LibraryDescriptorGeneralPreferences. getLibraryDescriptor(String id)Methods in com.tagtraum.beatunes with parameters of type LibraryDescriptor Modifier and Type Method Description voidGeneralPreferences. addLibraryDescriptor(LibraryDescriptor libraryDescriptor)voidGeneralPreferences. switchTo(LibraryDescriptor newDescriptor)Switch to a different library. -
Uses of LibraryDescriptor in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return LibraryDescriptor Modifier and Type Method Description LibraryDescriptorAbstractMediaLibrary. getLibraryDescriptor()LibraryDescriptorMediaLibrary. getLibraryDescriptor()Returns the library descriptor.Methods in com.tagtraum.beatunes.library with parameters of type LibraryDescriptor Modifier and Type Method Description protected abstract MediaLibraryEventLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)Implement this method to establish the actual loading process.Future<MediaLibraryEvent>LibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, JDialog progressDialog, boolean full)Loads the library asynchronously in a separate thread.voidAbstractMediaLibrary. setLibraryDescriptor(LibraryDescriptor libraryDescriptor)voidHibernateMediaLibrary. setLibraryDescriptor(LibraryDescriptor libraryDescriptor)voidMediaLibrary. setLibraryDescriptor(LibraryDescriptor libraryDescriptor)Sets the library descriptor. -
Uses of LibraryDescriptor in com.tagtraum.beatunes.library.filesystem
Subclasses of LibraryDescriptor in com.tagtraum.beatunes.library.filesystem Modifier and Type Class Description classFileSystemLibraryDescriptorFilesystem-based library descriptor.Methods in com.tagtraum.beatunes.library.filesystem with parameters of type LibraryDescriptor Modifier and Type Method Description MediaLibraryEventHibernateFileSystemLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full) -
Uses of LibraryDescriptor in com.tagtraum.beatunes.library.itunes
Subclasses of LibraryDescriptor in com.tagtraum.beatunes.library.itunes Modifier and Type Class Description classITLibraryDescriptorDescriptor for anITLibrary-based iTunes/Music.app library.classITunesLibraryDescriptoriTunes library descriptor.Fields in com.tagtraum.beatunes.library.itunes with type parameters of type LibraryDescriptor Modifier and Type Field Description static Comparator<LibraryDescriptor>ITunesLibraryDescriptor. LAST_MODIFICATION_COMPARATORAllows you to compare LibraryDescriptors based on their file's last modification date.Methods in com.tagtraum.beatunes.library.itunes with parameters of type LibraryDescriptor Modifier and Type Method Description intITunesLibraryDescriptor.LastModificationComparator. compare(LibraryDescriptor libraryDescriptor1, LibraryDescriptor libraryDescriptor2)MediaLibraryEventHibernateITunesLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)protected MediaLibraryEventITLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full) -
Uses of LibraryDescriptor in com.tagtraum.beatunes.library.plain
Subclasses of LibraryDescriptor in com.tagtraum.beatunes.library.plain Modifier and Type Class Description classPlainLibraryDescriptorPlain library descriptor that does not wrap any song or playlist objects to apply side-effects like file or iTunes/Music manipulations.Methods in com.tagtraum.beatunes.library.plain with parameters of type LibraryDescriptor Modifier and Type Method Description protected MediaLibraryEventPlainLibraryLoader. load(LibraryDescriptor libraryDescriptor, ProgressListener progressListener, boolean full)
-