Uses of Class
com.melloware.jukes.exception.MusicTagException

Packages that use MusicTagException
com.melloware.jukes.file.tag   
 

Uses of MusicTagException in com.melloware.jukes.file.tag
 

Methods in com.melloware.jukes.file.tag that throw MusicTagException
static MusicTag TagFactory.getTag(java.io.File aFile)
          Gets the proper music tag type based on aFile.
static MusicTag TagFactory.getTag(java.lang.String aFileLocation)
          Gets the proper music tag type based on aFile.
abstract  void MusicTag.removeTags()
          Removes tags from the audio file.
 void Mp3Tag.removeTags()
          Removes tags from the audio file.
 void AudioFileTag.removeTags()
           
abstract  void MusicTag.save()
          Saves the tag back to the file.
 void Mp3Tag.save()
          Saves the tag back to the file.
 void AudioFileTag.save()
           
 

Constructors in com.melloware.jukes.file.tag that throw MusicTagException
AudioFileTag(java.io.File aFile)
          Contructor that accepts a file.
Mp3Tag(java.io.File aFile)
          Constructor that takes a file.
MusicTag(java.io.File aFile)
          Constructor that takes the music file.
 



Copyright © 1999-2008 Melloware Inc. All Rights Reserved.