C D F G I O S T U V W 
All Classes All Packages

C

createFileSystem() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 

D

DIRS_ONLY - tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 

F

FILES_DIRS - tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
FILES_ONLY - tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
FolderActivity - Interface in tv.hd3g.jobkit.watchfolder
 

G

getAllowedExtentions() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getBlockedExtentions() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getFounded() - Method in class tv.hd3g.jobkit.watchfolder.WatchedFiles
 
getIgnoreFiles() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getIgnoreRelativePaths() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getLabel() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getLosted() - Method in class tv.hd3g.jobkit.watchfolder.WatchedFiles
 
getMaxDeep() - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
getMinFixedStateTime() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getPickUpType(ObservedFolder) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
getService() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
Start/stop events from here don't tigger FolderActivity.onStartScans / onStopScans
getTargetFolder() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
getTotalFiles() - Method in class tv.hd3g.jobkit.watchfolder.WatchedFiles
 

I

isAllowedHidden() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
isAllowedLinks() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
isPickUpDirs() - Method in enum tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
isPickUpFiles() - Method in enum tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
 
isRecursive() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 

O

ObservedFolder - Class in tv.hd3g.jobkit.watchfolder
 
ObservedFolder() - Constructor for class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
onAfterScan(ObservedFolder, Duration, WatchedFiles) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onBeforeScan(ObservedFolder) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onScanErrorFolder(ObservedFolder, Exception) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onStartScans(List<? extends ObservedFolder>) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 
onStopScans(List<? extends ObservedFolder>) - Method in interface tv.hd3g.jobkit.watchfolder.FolderActivity
 

S

setAllowedExtentions(Set<String>) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setAllowedHidden(boolean) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setAllowedLinks(boolean) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setBlockedExtentions(Set<String>) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setIgnoreFiles(Set<String>) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setIgnoreRelativePaths(Set<String>) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setLabel(String) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setMaxDeep(int) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
setMinFixedStateTime(Duration) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setRecursive(boolean) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setTargetFolder(String) - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
setup(ObservedFolder, WatchFolderPickupType) - Method in interface tv.hd3g.jobkit.watchfolder.WatchedFilesDb
 
setup(ObservedFolder, WatchFolderPickupType) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
startScans() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
 
stopScans() - Method in class tv.hd3g.jobkit.watchfolder.Watchfolders
 

T

toString() - Method in class tv.hd3g.jobkit.watchfolder.ObservedFolder
 
tv.hd3g.jobkit.watchfolder - package tv.hd3g.jobkit.watchfolder
 

U

update(AbstractFileSystemURL) - Method in interface tv.hd3g.jobkit.watchfolder.WatchedFilesDb
 
update(AbstractFileSystemURL) - Method in class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 

V

valueOf(String) - Static method in enum tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WatchedFiles - Class in tv.hd3g.jobkit.watchfolder
 
WatchedFiles(Set<CachedFileAttributes>, Set<CachedFileAttributes>, int) - Constructor for class tv.hd3g.jobkit.watchfolder.WatchedFiles
 
WatchedFilesDb - Interface in tv.hd3g.jobkit.watchfolder
 
WatchedFilesInMemoryDb - Class in tv.hd3g.jobkit.watchfolder
Not thread safe
WatchedFilesInMemoryDb() - Constructor for class tv.hd3g.jobkit.watchfolder.WatchedFilesInMemoryDb
 
WatchFolderPickupType - Enum in tv.hd3g.jobkit.watchfolder
 
Watchfolders - Class in tv.hd3g.jobkit.watchfolder
 
Watchfolders(List<? extends ObservedFolder>, FolderActivity, Duration, JobKitEngine, String, String, Supplier<WatchedFilesDb>) - Constructor for class tv.hd3g.jobkit.watchfolder.Watchfolders
 
C D F G I O S T U V W 
All Classes All Packages