Uses of Class
org.musicontroller.importer.MusicArchiveEntryBean

Packages that use MusicArchiveEntryBean
org.musicontroller.importer Import new music into MusiController. 
org.musicontroller.service   
 

Uses of MusicArchiveEntryBean in org.musicontroller.importer
 

Methods in org.musicontroller.importer that return types with arguments of type MusicArchiveEntryBean
 java.util.Set<MusicArchiveEntryBean> MusicArchiveBean.getEntrySet()
           
 

Methods in org.musicontroller.importer with parameters of type MusicArchiveEntryBean
 void MusicArchiveBean.addEntry(MusicArchiveEntryBean entry)
          Adds an entry to the music archive.
 int MusicArchiveEntryBean.compareTo(MusicArchiveEntryBean o)
          Define a natural ordening on MusicArchiveEntryBeans based on track number.
static java.lang.String ImporterImpl.moveMP3ToLibrary(MusicArchiveEntryBean entryToImport)
          Moves an entry to its final destination.
 

Uses of MusicArchiveEntryBean in org.musicontroller.service
 

Methods in org.musicontroller.service with parameters of type MusicArchiveEntryBean
static java.lang.String[] FileUtils.getNewSongDestination(MusicArchiveEntryBean song)
          Returns the location of the MP3 file of a new song.
protected static java.lang.String FileUtils.getStorageHashname(MusicArchiveEntryBean song)
          Determine the storage hash (directory) name where this MP3 file will be written to.
 



Copyright © 2010 A.J.V.. All Rights Reserved.