net.sourceforge.atunes.kernel.modules.repository.tags.reader
Class TagDetector

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.repository.tags.reader.TagDetector

public class TagDetector
extends java.lang.Object

Reads the tag of an audio file using JAudiotagger.

Author:
fleax

Constructor Summary
TagDetector()
           
 
Method Summary
static void getTags(AudioFile file)
          Calls appropriate tag reader and sends tag to AudioFile class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDetector

public TagDetector()
Method Detail

getTags

public static void getTags(AudioFile file)
Calls appropriate tag reader and sends tag to AudioFile class.

Parameters:
file - File to be read


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