org.opencms.workplace.comparison
Class CmsHtmlDifferenceConfiguration

java.lang.Object
  extended by com.alkacon.diff.HtmlDiffConfiguration
      extended by org.opencms.workplace.comparison.CmsHtmlDifferenceConfiguration
All Implemented Interfaces:
com.alkacon.diff.I_DiffConfiguration, com.alkacon.diff.I_HtmlDiffConfiguration

public class CmsHtmlDifferenceConfiguration
extends com.alkacon.diff.HtmlDiffConfiguration

OpenCms Html Diff operation configuration class.

Since:
6.0.2
Author:
Michael Moossen

Constructor Summary
CmsHtmlDifferenceConfiguration(int lines, java.util.Locale locale)
          Creates a new configuration object.
 
Method Summary
 
Methods inherited from class com.alkacon.diff.HtmlDiffConfiguration
getDivStyleName, getLinesBeforeSkip, getMessageEqualLinesSkipped, getSpanStyleName, setDivStyleNames, setSpanStyleNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsHtmlDifferenceConfiguration

public CmsHtmlDifferenceConfiguration(int lines,
                                      java.util.Locale locale)
Creates a new configuration object.

Parameters:
lines - the lines to show before skipping
locale - the locale to use