Lizzy v1.0.1

christophedelory.lizzy
Class Transcode

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

public final class Transcode
extends Object

Converts a given playlist file to a specified format.

Since:
0.2.0
Version:
$Revision: 55 $
Author:
Christophe Delory

Method Summary
 String getSupportedProviderIds()
          Returns a string representation of all supported playlist providers, through their identifier.
static void main(String[] args)
          Converts an input playlist to the specified playlist format.
 
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
Converts an input playlist to the specified playlist format.
Usage:
 Transcode [options] <input-playlist>
 

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 Christophe Delory

Copyright © 2008 Christophe Delory. All Rights Reserved.