Class XSPFPlayListExporter

    • Constructor Detail

      • XSPFPlayListExporter

        public XSPFPlayListExporter()
    • Method Detail

      • export

        public void export​(Path file,
                           PlayList playList,
                           boolean useRelativePathsIfPossible,
                           ProgressListener progressListener)
                    throws IOException
        Description copied from interface: PlayListExporter
        Exports the given playlist to the given file. Deprecated,
        Specified by:
        export in interface PlayListExporter
        Parameters:
        file - file to write to
        playList - playlist to export
        useRelativePathsIfPossible - use relative paths, if possible
        progressListener - progressListener that lets you report... well, progress
        Throws:
        IOException - if something goes wrong