Class ChangeSetEntry

java.lang.Object
io.methvin.watcher.changeset.ChangeSetEntry

public final class ChangeSetEntry
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    FileHash hash()  
    int hashCode()  
    boolean isDirectory()  
    java.nio.file.Path path()  
    java.nio.file.Path rootPath()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • path

      public java.nio.file.Path path()
    • isDirectory

      public boolean isDirectory()
    • hash

      public FileHash hash()
    • rootPath

      public java.nio.file.Path rootPath()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object