public interface MarkerValidator
A false return from a validator component prevents the new marker from being added.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidMarker(RepositoryMarkerManager pRepositoryMarkerManager,
RepositoryItem pMarkedItem,
RepositoryItem pMarkerToValidate)
This method determines if a marker is considered valid.
|
static final java.lang.String CLASS_VERSION
boolean isValidMarker(RepositoryMarkerManager pRepositoryMarkerManager, RepositoryItem pMarkedItem, RepositoryItem pMarkerToValidate) throws MarkerException
pRepositoryMarkerManager - the marker manager making the validation requestpMarkedItem - the item being markedpMarkerToValidate - the marker to validateMarkerException