Package tv.hd3g.jobkit.watchfolder
Class WatchedFiles
- java.lang.Object
-
- tv.hd3g.jobkit.watchfolder.WatchedFiles
-
public class WatchedFiles extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchedFiles(Set<CachedFileAttributes> founded, Set<CachedFileAttributes> losted, int totalFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<CachedFileAttributes>getFounded()Set<CachedFileAttributes>getLosted()intgetTotalFiles()StringtoString()
-
-
-
Constructor Detail
-
WatchedFiles
public WatchedFiles(Set<CachedFileAttributes> founded, Set<CachedFileAttributes> losted, int totalFiles)
- Parameters:
founded- file/dir added on scanned folderlosted- file/dir removed before validation on scanned folder
-
-
Method Detail
-
getFounded
public Set<CachedFileAttributes> getFounded()
-
getLosted
public Set<CachedFileAttributes> getLosted()
-
getTotalFiles
public int getTotalFiles()
-
-