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

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

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

The Class ChangeTagsProcess.


Constructor Summary
ChangeTagsProcess(java.util.List<AudioFile> filesToEdit, java.util.Map<java.lang.String,java.lang.Object> properties)
          Process for writting tag to files.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeTagsProcess

public ChangeTagsProcess(java.util.List<AudioFile> filesToEdit,
                         java.util.Map<java.lang.String,java.lang.Object> properties)
Process for writting tag to files. Receives AudioFiles to be written and new properties (metainformation)

Parameters:
filesToEdit - Files that must be edited (tag)
properties - Information to be written
Method Detail

run

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


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