org.musicontroller.importer
Interface Importer

All Known Implementing Classes:
ImporterImpl

public interface Importer

Defines the Music Importer.

Version:
$Id: Importer.java,v 1.1 2010/03/16 18:55:43 varienaja Exp $
Author:
drexler

Method Summary
 void importMusic(MusicArchiveBean bean)
          Import the music described in the MusicArchiveBean into the database.
 

Method Detail

importMusic

void importMusic(MusicArchiveBean bean)
                 throws ImporterException
Import the music described in the MusicArchiveBean into the database.

Parameters:
bean - Contains the information about the music to be imported. If this is null nothing happens.
Throws:
ImporterException - Could not extract the archive to temporary directory.


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