Class AbstractModuleValidator
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.editor.AbstractModuleValidator
-
- All Implemented Interfaces:
IModuleValidator
- Direct Known Subclasses:
EglModuleValidator,EolModuleValidator
public abstract class AbstractModuleValidator extends Object implements IModuleValidator
-
-
Constructor Summary
Constructors Constructor Description AbstractModuleValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMarkerType()An identifier that indicates the type of marker that should be displayed for the markers returned by this validator.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.common.module.IModuleValidator
validate
-
-
-
-
Method Detail
-
getMarkerType
public String getMarkerType()
Description copied from interface:IModuleValidatorAn identifier that indicates the type of marker that should be displayed for the markers returned by this validator. If no marker type is specified, the client will decide what type of marker to display for this validator.- Specified by:
getMarkerTypein interfaceIModuleValidator
-
-