Class ModelValidatorDelayer<T>

java.lang.Object
org.eclipse.lemminx.commons.ModelValidatorDelayer<T>
Type Parameters:
T -

public class ModelValidatorDelayer<T> extends Object
Validate a given model document with delay.
Author:
Angelo ZERR
  • Constructor Details

  • Method Details

    • validateWithDelay

      public void validateWithDelay(ModelTextDocument<T> document)
      Validate the given model document identified by the given uri with a delay.
      Parameters:
      uri - the document URI.
      document - the document model to validate.
    • cleanPendingValidation

      public void cleanPendingValidation(String uri)