Uses of Enum Class
org.apache.camel.component.file.watch.constants.FileEventEnum
Packages that use FileEventEnum
-
Uses of FileEventEnum in org.apache.camel.component.file.watch.constants
Methods in org.apache.camel.component.file.watch.constants that return FileEventEnumModifier and TypeMethodDescriptionFileEvent.getEventType()static FileEventEnumFileEventEnum.valueOf(io.methvin.watcher.DirectoryChangeEvent directoryChangeEvent) Returns the enum constant of this class with the specified name.static FileEventEnumFileEventEnum.valueOf(io.methvin.watcher.DirectoryChangeEvent.EventType directoryChangeEventType) Returns the enum constant of this class with the specified name.static FileEventEnumReturns the enum constant of this class with the specified name.static FileEventEnumFileEventEnum.valueOf(WatchEvent.Kind<?> watchEventKind) Returns the enum constant of this class with the specified name.static FileEventEnumFileEventEnum.valueOf(WatchEvent<?> watchEvent) Returns the enum constant of this class with the specified name.static FileEventEnum[]FileEventEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.component.file.watch.constants with parameters of type FileEventEnum