org.musicontroller.core
Interface MusicDirProvider

All Known Implementing Classes:
FileUtils

public interface MusicDirProvider

This interface specifies the needs of an ArchiveDirProvider. It is a small interface, with just one method: a getter for the directory of the music files.

Author:
Varienaja

Method Summary
 java.lang.String getMusicDirectory()
          Getter for the music archive directory.
 

Method Detail

getMusicDirectory

java.lang.String getMusicDirectory()
Getter for the music archive directory.

Returns:
The music archive directory.


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