Class ITunesSongBinder
- java.lang.Object
-
- com.tagtraum.beatunes.library.itunes.ITunesSongBinder
-
public final class ITunesSongBinder extends Object
Binds data from the iTunes XML file to Song objects.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Song
bind(Song song, Map<String,Object> map)
Binds the values in the map to the song object.
-