Uses of Interface
org.jjazz.rhythmdatabase.spi.RhythmDatabaseFactory
Packages that use RhythmDatabaseFactory
Package
Description
The central place to get information about installed rhythms and get Rhythm instances.
-
Uses of RhythmDatabaseFactory in org.jjazz.rhythmdatabase.api
Methods in org.jjazz.rhythmdatabase.api that return RhythmDatabaseFactoryModifier and TypeMethodDescriptionstatic RhythmDatabaseFactoryDefaultRhythmDatabase.getFactoryInstance()Get a factory which just provides the DefaultRhythmDatabase instance. -
Uses of RhythmDatabaseFactory in org.jjazz.rhythmdatabase.spi
Methods in org.jjazz.rhythmdatabase.spi that return RhythmDatabaseFactoryModifier and TypeMethodDescriptionstatic RhythmDatabaseFactoryRhythmDatabaseFactory.getDefault()Get the default implementation available in the global lookup or, if nothing found, return a factory which just provides the DefaultRhythmDatabase instance. -
Uses of RhythmDatabaseFactory in org.jjazz.rhythmdatabaseimpl.api
Classes in org.jjazz.rhythmdatabaseimpl.api that implement RhythmDatabaseFactoryModifier and TypeClassDescriptionclassCreate and initialize the RhythmDatabase instance via a cache file.