org.stanwood.media.setup
Class WatchDirConfig

java.lang.Object
  extended by org.stanwood.media.setup.WatchDirConfig

public class WatchDirConfig
extends java.lang.Object

Used to store information about a watched directory


Constructor Summary
WatchDirConfig()
           
 
Method Summary
 java.io.File getWatchDir()
          Used to get the directory been watched
 void setWatchDir(java.io.File watchDir)
          Used to set the directory been watched
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchDirConfig

public WatchDirConfig()
Method Detail

getWatchDir

public java.io.File getWatchDir()
Used to get the directory been watched

Returns:
the directory been watched

setWatchDir

public void setWatchDir(java.io.File watchDir)
Used to set the directory been watched

Parameters:
watchDir - the directory been watched