Uses of Interface
org.jjazz.song.spi.SongImporter
Packages that use SongImporter
-
Uses of SongImporter in org.jjazz.song.spi
Methods in org.jjazz.song.spi that return types with arguments of type SongImporterModifier and TypeMethodDescriptionstatic List<SongImporter> SongImporter.getImporters()Get all available SongImporters instances present in the global lookup.static List<SongImporter> SongImporter.getMatchingImporters(List<SongImporter> importers, String fileExtension) Select the importers which accept the specified file extension.Method parameters in org.jjazz.song.spi with type arguments of type SongImporterModifier and TypeMethodDescriptionstatic List<SongImporter> SongImporter.getMatchingImporters(List<SongImporter> importers, String fileExtension) Select the importers which accept the specified file extension.