|
||||||||||
| 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(File aFile)
Gets the proper music tag type based on aFile. |
static MusicTag |
TagFactory.getTag(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()
|
void |
ApeFileTag.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()
|
void |
ApeFileTag.save()
|
| Constructors in com.melloware.jukes.file.tag that throw MusicTagException | |
|---|---|
ApeFileTag(File aFile)
Constructor that accepts a file. |
|
AudioFileTag(File aFile)
Constructor that accepts a file. |
|
Mp3Tag(File aFile)
Constructor that takes a file. |
|
MusicTag(File aFile)
Constructor that takes the music file. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||