net.sourceforge.atunes.kernel.executors.processes
Class ChangeTitlesProcess

java.lang.Object
  extended by net.sourceforge.atunes.kernel.executors.processes.ChangeTitlesProcess
All Implemented Interfaces:
java.lang.Runnable

public class ChangeTitlesProcess
extends java.lang.Object
implements java.lang.Runnable

The Class ChangeTitlesProcess.


Constructor Summary
ChangeTitlesProcess(java.util.List<AudioFile> files)
          Instantiates a new change titles process.
ChangeTitlesProcess(java.util.Map<AudioFile,java.lang.String> filesAndTitles)
          Instantiates a new change titles process.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeTitlesProcess

public ChangeTitlesProcess(java.util.List<AudioFile> files)
Instantiates a new change titles process.

Parameters:
files - the files

ChangeTitlesProcess

public ChangeTitlesProcess(java.util.Map<AudioFile,java.lang.String> filesAndTitles)
Instantiates a new change titles process.

Parameters:
filesAndTitles - the files and titles
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.