|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.musicontroller.repair.SongLengthRepair
public class SongLengthRepair
Finds all songs in the database with length zero, calculates the length from the MP3 and sets the calculated length in the database.
Constructor Summary | |
---|---|
SongLengthRepair()
|
Method Summary | |
---|---|
static void |
execute(Dao dao)
Build a list of all songs with zero length. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SongLengthRepair()
Method Detail |
---|
public static void execute(Dao dao)
dao
- The Dao.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |