public class DiagnosticsResult extends ArrayList<org.eclipse.lsp4j.Diagnostic>
Modifier and Type | Field and Description |
---|---|
static DiagnosticsResult |
EMPTY |
modCount
Constructor and Description |
---|
DiagnosticsResult() |
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.
|
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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final DiagnosticsResult EMPTY
public void addFuture(CompletableFuture<?> future)
public List<CompletableFuture<?>> getFutures()
Copyright © 2022. All rights reserved.