public class DiagnosticsResult extends ArrayList<org.eclipse.lsp4j.Diagnostic>
| Modifier and Type | Field and Description |
|---|---|
static DiagnosticsResult |
EMPTY |
modCount| Constructor and Description |
|---|
DiagnosticsResult(Map<String,Object> validationArgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFuture(CompletableFuture<?> future) |
List<CompletableFuture<?>> |
getFutures()
Returns the completable futures used in a diagnostics (ex : completeable
future to download external resources XSD, DTD) and an empty list otherwise.
|
Map<String,Object> |
getValidationArgs()
Returns the validation arguments.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final DiagnosticsResult EMPTY
public Map<String,Object> getValidationArgs()
public void addFuture(CompletableFuture<?> future)
public List<CompletableFuture<?>> getFutures()
Copyright © 2024. All rights reserved.