org.eclipse.emf.validation.marker
Interface IMarkerConfigurator
-
public interface IMarkerConfigurator
A special configurator that will populate a marker that is a subtype of
validationProblem with subtype specific attributes.
-
See Also:
-
IMarker
,
IConstraintStatus
appendMarkerConfiguration
void appendMarkerConfiguration(
IMarker marker,
IConstraintStatus status)
throws
CoreException
- Appends to the marker configuration with marker subtype specific
information. The marker will already have been populated with
validationProblem information by the time that this call is made.
-
-
Parameters:
-
marker
- A validationProblem subType marker. -
status
- A validation constraint status of a validation warning
or failure.
-
Throws:
-
CoreException
- A core exception is thrown if there were any problems
working with the marker.