public interface MarkerDuplicateComparator
Objects of this type are called by instances of RepositoryMarkerManager when handling duplication modes.
RepositoryMarkerManager| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isDuplicateMarker(RepositoryItem pMarker1,
                 RepositoryItem pMarker2)
This method determines if the two markers are duplicates of each other. 
 | 
static final java.lang.String CLASS_VERSION
boolean isDuplicateMarker(RepositoryItem pMarker1, RepositoryItem pMarker2) throws MarkerException
pMarker1 - marker 1 to use in comparisonpMarker2 - marker 2 to use in comparisonMarkerException