Interface CustomChangeChecksum


public interface CustomChangeChecksum
Interface to implement that allows a custom change to generate its own checksum.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a checksum for the current state of the change.
  • Method Details

    • generateChecksum

      CheckSum generateChecksum()
      Generates a checksum for the current state of the change.
      Returns:
      the generated checksum