com.alkacon.diff
Interface I_HtmlDiffConfiguration

All Superinterfaces:
I_DiffConfiguration
All Known Implementing Classes:
HtmlDiffConfiguration

public interface I_HtmlDiffConfiguration
extends I_DiffConfiguration

Configurates a Html Diff operation.

Additionally provides styles names.


Method Summary
 java.lang.String getDivStyleName(DiffLineType type)
          Returns the style name to format a whole line.
 java.lang.String getSpanStyleName(DiffLineType type)
          Returns the style name to format a block in a line.
 
Methods inherited from interface com.alkacon.diff.I_DiffConfiguration
getLinesBeforeSkip, getMessageEqualLinesSkipped
 

Method Detail

getDivStyleName

java.lang.String getDivStyleName(DiffLineType type)
Returns the style name to format a whole line.

Parameters:
type - the line type, can be any DiffLineType
Returns:
the style name for the given line type

getSpanStyleName

java.lang.String getSpanStyleName(DiffLineType type)
Returns the style name to format a block in a line.

Parameters:
type - the line type, can not be DiffLineType.SKIPPED
Returns:
the style name for the given line type


Copyright © 2005-2011. All Rights Reserved.