Uses of Class
tv.hd3g.jobkit.watchfolder.WatchFolderPickupType
-
-
Uses of WatchFolderPickupType in tv.hd3g.jobkit.watchfolder
Methods in tv.hd3g.jobkit.watchfolder that return WatchFolderPickupType Modifier and Type Method Description default WatchFolderPickupTypeFolderActivity. getPickUpType(ObservedFolder observedFolder)static WatchFolderPickupTypeWatchFolderPickupType. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchFolderPickupType[]WatchFolderPickupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.jobkit.watchfolder with parameters of type WatchFolderPickupType Modifier and Type Method Description voidWatchedFilesDb. setup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)voidWatchedFilesInMemoryDb. setup(ObservedFolder observedFolder, WatchFolderPickupType pickUp)
-