Lizzy v1.1.1

christophedelory.lizzy
Class AddToPlaylist

java.lang.Object
  extended by christophedelory.lizzy.AddToPlaylist

public final class AddToPlaylist
extends Object

Adds URLs, files and/or directories to a single playlist.

Version:
$Revision: 92 $
Author:
Christophe Delory

Method Summary
 String getSupportedProviderIds()
          Returns a string representation of all supported playlist providers, through their identifier.
static void main(String[] args)
          Adds a given list of URLs, files and/or directories to a single playlist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Adds a given list of URLs, files and/or directories to a single playlist.
Usage:
 AddToPlaylist [options] <input-file(s)>
 

Parameters:
args - the program arguments.
Throws:
MalformedURLException - if at least one of the input strings specifies an unknown protocol.
IOException - if an I/O exception occurs.
Exception

getSupportedProviderIds

public String getSupportedProviderIds()
Returns a string representation of all supported playlist providers, through their identifier.

Returns:
a string representing the list of all supported playlist providers. Shall not be null.
See Also:
SpecificPlaylistProvider.getId()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.