Class FileChangeEvent

java.lang.Object
io.quarkus.deployment.dev.filesystem.watch.FileChangeEvent

public class FileChangeEvent extends Object
The event object that is fired when a file system change is detected.
See Also:
  • Constructor Details

    • FileChangeEvent

      public FileChangeEvent(File file, FileChangeEvent.Type type)
      Construct a new instance.
      Parameters:
      file - the file which is being watched
      type - the type of event that was encountered
  • Method Details

    • getFile

      public File getFile()
      Get the file which was being watched.
      Returns:
      the file which was being watched
    • getType

      public FileChangeEvent.Type getType()
      Get the type of event.
      Returns:
      the type of event