Interface DiffEvalContext

All Known Implementing Classes:
DefaultDiffEvalContext

public interface DiffEvalContext
  • Method Details

    • getPathFilter

      Predicate<String> getPathFilter()
    • isDefaultPathFilterEnabled

      boolean isDefaultPathFilterEnabled()
    • getSupportedCommands

      List<DiffCommand> getSupportedCommands()
    • isVerbose

      boolean isVerbose()
    • getUserProperties

      Map<String,Object> getUserProperties()
    • getSource

      Object getSource()
    • getTarget

      Object getTarget()
    • getLocalVars

      Map<String,Object> getLocalVars()