net.chaosserver.jtunes.playlist.io
Class M3uPlayListManager.ExporterRunnable

java.lang.Object
  |
  +--net.chaosserver.jtunes.playlist.io.M3uPlayListManager.ExporterRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
M3uPlayListManager

protected class M3uPlayListManager.ExporterRunnable
extends Object
implements Runnable

Class used to export a playlist in a new thread.


Field Summary
protected  File exportDirectory
          Holds the directory to export to.
protected  PlayList playList
          Holds the playlist to export.
 
Constructor Summary
M3uPlayListManager.ExporterRunnable(File exportDirectory, PlayList playList)
          Constructs a new ExporterRunnable given the export information.
 
Method Summary
 void run()
          Exports in the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exportDirectory

protected File exportDirectory
Holds the directory to export to.


playList

protected PlayList playList
Holds the playlist to export.

Constructor Detail

M3uPlayListManager.ExporterRunnable

public M3uPlayListManager.ExporterRunnable(File exportDirectory,
                                           PlayList playList)
Constructs a new ExporterRunnable given the export information.

Parameters:
exportDirectory - directory to export the playlist to
playList - playlist to export
Method Detail

run

public void run()
Exports in the current thread.

Specified by:
run in interface Runnable


Copyright ?? 20030801