Interface ICheckAcceptor

All Known Implementing Classes:
StorageCheckAcceptor

public interface ICheckAcceptor
Provide methods for manipulate resource markers for dictionary checks.
See Also:
  • Method Details

    • clean

      void clean()
      Clean all issue in resource.
    • acceptError

      void acceptError(String checkId, String message, DictionaryRow row)
      Add issue with Error severinity.
      Parameters:
      checkId - - unique check identificator, cannot be null.
      message - - message for user, cannot be null.
      row - - dictionary row, cannot be null.
    • acceptWarning

      void acceptWarning(String checkId, String message, DictionaryRow row)
      Add issue with Warning severinity.
      Parameters:
      checkId - - unique check identificator, cannot be null.
      message - - message for user, cannot be null.
      row - - dictionary row, cannot be null.
    • acceptInfo

      void acceptInfo(String checkId, String message, DictionaryRow row)
      Add issue with Info severinity.
      Parameters:
      checkId - - unique check identificator, cannot be null.
      message - - message for user, cannot be null.
      row - - dictionary row, cannot be null.
    • flush

      void flush(org.eclipse.core.runtime.IProgressMonitor monitor)
      Flush marker info to resource.
      Parameters:
      monitor - the monitor