Package tv.hd3g.jobkit.watchfolder
Class WatchedFilesInMemoryDb
java.lang.Object
tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
- All Implemented Interfaces:
WatchedFilesDb
Not thread safe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidreset(Set<CachedFileAttributes> foundedFiles) voidsetMaxDeep(int maxDeep) voidsetup(ObservedFolder observedFolder, WatchFolderPickupType pickUp) update(AbstractFileSystemURL fileSystem)
-
Constructor Details
-
WatchedFilesInMemoryDb
public WatchedFilesInMemoryDb()
-
-
Method Details
-
getMaxDeep
public int getMaxDeep() -
setMaxDeep
public void setMaxDeep(int maxDeep) -
setup
- Specified by:
setupin interfaceWatchedFilesDb
-
reset
- Specified by:
resetin interfaceWatchedFilesDb
-
update
- Specified by:
updatein interfaceWatchedFilesDb
-