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
Subclasses with type arguments of type FileWatchDefinition in org.chenile.filewatch.initModifier and TypeClassDescriptionclassPicks up all the file watch resources and registers all of them inChenileConfigurationChenileConfiguration provides for extension points for registering new type of resources.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)