Interface FileChangesDesc


  • public interface FileChangesDesc
    Describes the modifications being made concurrently for a file
    • Method Detail

      • getFileId

        @NotNull
        java.lang.String getFileId()
        returns the file id TODO describe the structure
        Returns:
        see above
      • getPresentablePath

        @NotNull
        java.lang.String getPresentablePath()
        returns the presentable path of the file
        Returns:
        see above
      • getFileChanges

        @NotNull
        java.util.Collection<SingleFileChange> getFileChanges()
        returns the set of descriptions of changes made on this file by particular users
        Returns:
        see above