Class ITLibraryExtraProperties
- java.lang.Object
-
- com.tagtraum.beatunes.library.itunes.ITLibraryExtraProperties
-
public class ITLibraryExtraProperties extends Object
ITLibraryExtraProperties.- Author:
- Hendrik Schreiber
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classITLibraryExtraProperties.Processorstatic classITLibraryExtraProperties.PumpedProcess
-
Constructor Summary
Constructors Constructor Description ITLibraryExtraProperties(ITLibraryLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITLibraryExtraProperties.ProcessorupdateAllSongs()Import properties via the scripting interface, that are not supported by the ITLibrary framework.ITLibraryExtraProperties.ProcessorupdateSongs(gnu.trove.list.array.TLongArrayList ids)Import properties via the scripting interface, that are not supported by the ITLibrary framework.
-
-
-
Constructor Detail
-
ITLibraryExtraProperties
public ITLibraryExtraProperties(ITLibraryLoader loader)
-
-
Method Detail
-
updateSongs
public ITLibraryExtraProperties.Processor updateSongs(gnu.trove.list.array.TLongArrayList ids) throws IOException
Import properties via the scripting interface, that are not supported by the ITLibrary framework.- Throws:
IOException
-
updateAllSongs
public ITLibraryExtraProperties.Processor updateAllSongs() throws IOException
Import properties via the scripting interface, that are not supported by the ITLibrary framework.- Throws:
IOException
-
-