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 TypeMethodDescriptionFileProcessor.fileReader
(FileWatchDefinition fileWatchDefinition, Path file, String encodingType) private void
FileProcessor.invokeServicesForFile
(FileWatchDefinition fileWatchDefinition, Path file, Properties headers) private void
FileProcessor.invokeServicesPerRecord
(FileWatchDefinition fileWatchDefinition, Object record, Properties headers) private void
FileWatcherExecutorService.processExisting
(FileWatchDefinition fileWatchDefinition, Path watchDir, Path processedDir) void
FileProcessor.processFile
(FileWatchDefinition fileWatchDefinition, Path fileDiscovered, Path processedDir) void
FileWatcherExecutorService.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 void
FileWatchBuilder.configureEntryPoint
(FileWatchDefinition fwd) protected void
ChenileFileWatchInitializer.registerModelInChenile
(FileWatchDefinition fwd)