Uses of Class
org.chenile.filewatch.model.FileWatchDefinition
-
Uses of FileWatchDefinition in org.chenile.filewatch.handler
Modifier 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) ModifierConstructorDescriptionWatchInfo
(Path watchDir, Path processedDir, FileWatchDefinition fileWatchDefinition) -
Uses of FileWatchDefinition in org.chenile.filewatch.init
Modifier and TypeMethodDescriptionprotected Class<FileWatchDefinition>
ChenileFileWatchInitializer.getModelType()
Modifier and TypeMethodDescriptionprivate void
FileWatchBuilder.configureEntryPoint
(FileWatchDefinition fwd) protected void
ChenileFileWatchInitializer.registerModelInChenile
(FileWatchDefinition fwd)