|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||