Package tv.hd3g.jobkit.watchfolder
Interface WatchedFilesDb
-
- All Known Implementing Classes:
WatchedFilesInMemoryDb
public interface WatchedFilesDb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset(Set<CachedFileAttributes> foundedFiles)voidsetup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)WatchedFilesupdate(AbstractFileSystemURL fileSystem)
-
-
-
Method Detail
-
setup
void setup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)
-
update
WatchedFiles update(AbstractFileSystemURL fileSystem)
-
reset
void reset(Set<CachedFileAttributes> foundedFiles)
-
-