Package tv.hd3g.jobkit.watchfolder
Class WatchedFilesInMemoryDb
- java.lang.Object
-
- tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
-
- All Implemented Interfaces:
WatchedFilesDb
public class WatchedFilesInMemoryDb extends Object implements WatchedFilesDb
Not thread safe
-
-
Constructor Summary
Constructors Constructor Description WatchedFilesInMemoryDb()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxDeep()voidreset(Set<tv.hd3g.transfertfiles.CachedFileAttributes> foundedFiles)voidsetMaxDeep(int maxDeep)voidsetup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)WatchedFilesupdate(tv.hd3g.transfertfiles.AbstractFileSystemURL fileSystem)
-
-
-
Method Detail
-
getMaxDeep
public int getMaxDeep()
-
setMaxDeep
public void setMaxDeep(int maxDeep)
-
setup
public void setup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)
- Specified by:
setupin interfaceWatchedFilesDb
-
reset
public void reset(Set<tv.hd3g.transfertfiles.CachedFileAttributes> foundedFiles)
- Specified by:
resetin interfaceWatchedFilesDb
-
update
public WatchedFiles update(tv.hd3g.transfertfiles.AbstractFileSystemURL fileSystem)
- Specified by:
updatein interfaceWatchedFilesDb
-
-