|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MarkerDuplicateComparator
This interface defines the contract for a class that determines if two markers are duplicates of each other.
Objects of this type are called by instances of RepositoryMarkerManager when handling duplication modes.
RepositoryMarkerManager| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Method Summary | |
|---|---|
boolean |
isDuplicateMarker(RepositoryItem pMarker1,
RepositoryItem pMarker2)
This method determines if the two markers are duplicates of each other. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
boolean isDuplicateMarker(RepositoryItem pMarker1,
RepositoryItem pMarker2)
throws MarkerException
pMarker1 - marker 1 to use in comparisonpMarker2 - marker 2 to use in comparison
MarkerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||