Interface IReconcilerExtension
- All Known Implementing Classes:
- CodeMiningReconciler,- Reconciler
public interface IReconcilerExtension
Extends 
IReconciler with
 the ability to be aware of documents with multiple partitionings.- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the partitioning this reconciler is using.
- 
Method Details- 
getDocumentPartitioningString getDocumentPartitioning()Returns the partitioning this reconciler is using.- Returns:
- the partitioning this reconciler is using
 
 
-