Class GrammarCacheInfo
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.model.GrammarCacheInfo
Grammar cache information.
-
Constructor Summary
ConstructorsConstructorDescriptionGrammarCacheInfo(String cachedResolvedUri, boolean downloading, Exception cacheError) -
Method Summary
Modifier and TypeMethodDescriptionReturns the file path cache.Returns the error while downloading and null otherwise.booleanReturns true if the grammar is downloading and false otherwise.
-
Constructor Details
-
GrammarCacheInfo
-
-
Method Details
-
getCachedResolvedUri
Returns the file path cache.- Returns:
- the file path cache.
-
isDownloading
public boolean isDownloading()Returns true if the grammar is downloading and false otherwise.- Returns:
- true if the grammar is downloading and false otherwise.
-
getCacheError
Returns the error while downloading and null otherwise.- Returns:
- the error while downloading and null otherwise.
-