org.stanwood.media.search
Class NFOSearchHelper

java.lang.Object
  extended by org.stanwood.media.search.NFOSearchHelper

public class NFOSearchHelper
extends java.lang.Object

Helper class for search operations releated to NFO files


Constructor Summary
NFOSearchHelper()
           
 
Method Summary
static java.io.File findNFOfile(MediaDirectory rootMediaDir, java.io.File mediaFile)
          Used to find a NFO file if their is one for a given media file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFOSearchHelper

public NFOSearchHelper()
Method Detail

findNFOfile

public static java.io.File findNFOfile(MediaDirectory rootMediaDir,
                                       java.io.File mediaFile)
Used to find a NFO file if their is one for a given media file

Parameters:
rootMediaDir - The media directory been processed
mediaFile - The media file
Returns:
The NFO file or NULL if not found