Package com.logicaldoc.comparison
Class WorkShareComparator
- java.lang.Object
 - 
- com.logicaldoc.comparison.AbstractDocumentComparator
 - 
- com.logicaldoc.comparison.WorkShareComparator
 
 
 
- 
- All Implemented Interfaces:
 DocumentComparator
public class WorkShareComparator extends AbstractDocumentComparator
A comparator that uses WorkShare- Since:
 - 8.2.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WorkShareComparator() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getParameterNames()Implementations should return the list of the required parameters.static voidmain(String[] args)- 
Methods inherited from class com.logicaldoc.comparison.AbstractDocumentComparator
compare, compare, equals, getParameter, getParameters, hashCode, isEnabled, loadParameters, setEnabled 
 - 
 
 - 
 
- 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException
- Throws:
 IOException
 
- 
getParameterNames
public List<String> getParameterNames()
Description copied from interface:DocumentComparatorImplementations should return the list of the required parameters. A parameter is stored in the context as comparator.SimpleClassName.parameter = value- Specified by:
 getParameterNamesin interfaceDocumentComparator- Overrides:
 getParameterNamesin classAbstractDocumentComparator- Returns:
 - the list of configuration parameters
 
 
 - 
 
 -