java.lang.Object
org.apache.camel.component.file.watch.constants.FileEvent

public class FileEvent extends Object
  • Constructor Details

    • FileEvent

      public FileEvent(FileEventEnum eventType, Path eventPath)
    • FileEvent

      public FileEvent(io.methvin.watcher.DirectoryChangeEvent event)
  • Method Details

    • getEventType

      public FileEventEnum getEventType()
    • getEventPath

      public Path getEventPath()
    • getEventDate

      public long getEventDate()