|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chaosserver.jtunes.playlist.io.M3uPlayListManager.ExporterRunnable
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 |
protected File exportDirectory
protected PlayList playList
Constructor Detail |
public M3uPlayListManager.ExporterRunnable(File exportDirectory, PlayList playList)
exportDirectory
- directory to export the playlist toplayList
- playlist to exportMethod Detail |
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |