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

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

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

The Class ClearTagsProcess.


Constructor Summary
ClearTagsProcess(java.util.List<AudioFile> filesToClear)
          Instantiates a new clear tags process.
 
Method Summary
 void run()
          Removes tags from a list of files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearTagsProcess

public ClearTagsProcess(java.util.List<AudioFile> filesToClear)
Instantiates a new clear tags process.

Parameters:
filesToClear - the files to clear
Method Detail

run

public void run()
Removes tags from a list of files.

Specified by:
run in interface java.lang.Runnable


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