Interface FileChange


  • public interface FileChange
    A change to a file.
    Since:
    5.4
    • Method Detail

      • getFile

        java.io.File getFile()
        The file, which may no longer exist.
      • getChangeType

        ChangeType getChangeType()
        The type of change to the file.
      • getNormalizedPath

        java.lang.String getNormalizedPath()
        The normalized path of the file, as specified by the path normalization strategy.

        See PathSensitivity, Classpath and CompileClasspath for the different path normalization strategies.