Class PathWatcher.PathWatchEvent

  • Enclosing class:
    PathWatcher

    public class PathWatcher.PathWatchEvent
    extends java.lang.Object
    PathWatchEvent Represents a file event. Reported to registered listeners.
    • Method Detail

      • isQuiet

        public boolean isQuiet​(long now,
                               long quietTime)
      • toQuietCheck

        public long toQuietCheck​(long now,
                                 long quietTime)
      • modified

        public void modified()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getPath

        public java.nio.file.Path getPath()
      • getCount

        @Deprecated
        public int getCount()
        Deprecated.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()