Package com.pugh.sockso.music.playlist

Examples of com.pugh.sockso.music.playlist.PlaylistFile


     *
     */
   
    protected int importPlaylist(final File file, final String playlistName) throws SQLException, Exception, IOException {
       
        final PlaylistFile playlistFile = PlaylistFile.getPlaylistFile( file.getAbsoluteFile() );
       
        if ( playlistFile == null ) {
            throw new Exception( "Unsupported playlist type" );
        }
       
View Full Code Here

TOP

Related Classes of com.pugh.sockso.music.playlist.PlaylistFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.