com.alkacon.diff
Interface I_TextDiffConfiguration

All Superinterfaces:
I_DiffConfiguration
All Known Implementing Classes:
TextDiffConfiguration

public interface I_TextDiffConfiguration
extends I_DiffConfiguration

Configurates a Text Diff operation.

Additionally provides a changed char marker.


Method Summary
 char getChangedCharMarker()
          Returns the marker to use to highlight changed chars.
 
Methods inherited from interface com.alkacon.diff.I_DiffConfiguration
getLinesBeforeSkip, getMessageEqualLinesSkipped
 

Method Detail

getChangedCharMarker

char getChangedCharMarker()
Returns the marker to use to highlight changed chars.

Use ' ' to do not hightlight changed chars

Returns:
the marker to use to highlight changed chars


Copyright © 2005-2011. All Rights Reserved.