Class AbstractModuleValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMarkerType()
      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
    • Constructor Detail

      • AbstractModuleValidator

        public AbstractModuleValidator()
    • Method Detail

      • getMarkerType

        public java.lang.String getMarkerType()
        Description copied from interface: IModuleValidator
        An 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:
        getMarkerType in interface IModuleValidator