public class GrammarCacheInfo extends Object
| Constructor and Description |
|---|
GrammarCacheInfo(String cachedResolvedUri,
boolean downloading,
Exception cacheError) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCachedResolvedUri()
Returns the file path cache.
|
Exception |
getCacheError()
Returns the error while downloading and null otherwise.
|
boolean |
isDownloading()
Returns true if the grammar is downloading and false otherwise.
|
public String getCachedResolvedUri()
public boolean isDownloading()
public Exception getCacheError()
Copyright © 2020. All rights reserved.