Package com.logicaldoc.comparison
Class ComparePdfCmdComparator
java.lang.Object
com.logicaldoc.comparison.AbstractDocumentComparator
com.logicaldoc.comparison.ComparePdfCmdComparator
- All Implemented Interfaces:
DocumentComparator
A comparator that uses ComparePdfCmd
- Since:
- 9.0.1
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionImplementations should return the list of the required parameters.Methods inherited from class com.logicaldoc.comparison.AbstractDocumentComparator
compare, compare, equals, getParameter, getParameters, hashCode, isEnabled, loadParameters, setEnabled
-
Constructor Details
-
ComparePdfCmdComparator
public ComparePdfCmdComparator()
-
-
Method Details
-
getParameterNames
Description copied from interface:DocumentComparator
Implementations should return the list of the required parameters. A parameter is stored in the context as comparator.SimpleClassName.parameter = value- Specified by:
getParameterNames
in interfaceDocumentComparator
- Overrides:
getParameterNames
in classAbstractDocumentComparator
- Returns:
- the list of configuration parameters
-