Package org.eclipse.lemminx.commons
Class TextDocumentVersionChecker
- java.lang.Object
-
- org.eclipse.lemminx.commons.TextDocumentVersionChecker
-
- All Implemented Interfaces:
org.eclipse.lsp4j.jsonrpc.CancelChecker
public class TextDocumentVersionChecker extends Object implements org.eclipse.lsp4j.jsonrpc.CancelChecker
ACancelCheckerimplementation to throw aCancellationExceptionwhen version ofTextDocumentchanged.- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description TextDocumentVersionChecker(TextDocument textDocument, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCanceled()
-
-
-
Constructor Detail
-
TextDocumentVersionChecker
public TextDocumentVersionChecker(TextDocument textDocument, int version)
-
-