Interface WatchFileEvent

  • All Known Implementing Classes:
    HotswapWatchFileEvent

    public interface WatchFileEvent
    An event on filesystem.
    Author:
    Jiri Bubnik
    • Method Detail

      • getEventType

        FileEvent getEventType()
        Returns:
        type of the event
      • getURI

        URI getURI()
        URI to file or directory with the event
        Returns:
        URI
      • isFile

        boolean isFile()
        URI is a file.
      • isDirectory

        boolean isDirectory()
        URI is a directory.