Class DiffConfig


  • public class DiffConfig
    extends java.lang.Object
    Keeps track of diff related configuration options.
    • Method Detail

      • isNoPrefix

        public boolean isNoPrefix()
        Returns:
        true if the prefix "a/" and "b/" should be suppressed.
      • isRenameDetectionEnabled

        public boolean isRenameDetectionEnabled()
        Returns:
        true if rename detection is enabled by default.
      • getRenameLimit

        public int getRenameLimit()
        Returns:
        limit on number of paths to perform inexact rename detection.