Uses of Class
org.chenile.filewatch.model.FileWatchDefinition
Packages that use FileWatchDefinition
-
Uses of FileWatchDefinition in org.chenile.filewatch.handler
Fields in org.chenile.filewatch.handler declared as FileWatchDefinitionMethods in org.chenile.filewatch.handler with parameters of type FileWatchDefinitionModifier and TypeMethodDescriptionprivate voidFileWatcherExecutorService.processExisting(FileWatchDefinition fileWatchDefinition, Path watchDir, Path processedDir) voidFileProcessor.processFile(FileWatchDefinition fileWatchDefinition, Path fileDiscovered, Path processedDir) voidFileWatcherExecutorService.registerWatch(FileWatchDefinition fileWatchDefinition) Constructors in org.chenile.filewatch.handler with parameters of type FileWatchDefinitionModifierConstructorDescriptionWatchInfo(Path watchDir, Path processedDir, FileWatchDefinition fileWatchDefinition) -
Uses of FileWatchDefinition in org.chenile.filewatch.init
Methods in org.chenile.filewatch.init that return types with arguments of type FileWatchDefinitionModifier and TypeMethodDescriptionprotected Class<FileWatchDefinition>ChenileFileWatchInitializer.getModelType()Methods in org.chenile.filewatch.init with parameters of type FileWatchDefinitionModifier and TypeMethodDescriptionprivate voidFileWatchBuilder.configureEntryPoint(FileWatchDefinition fwd) protected voidChenileFileWatchInitializer.registerModelInChenile(FileWatchDefinition fwd)