Class GrammarCacheInfo


  • public class GrammarCacheInfo
    extends Object
    Grammar cache information.
    • Constructor Detail

      • GrammarCacheInfo

        public GrammarCacheInfo​(String cachedResolvedUri,
                                boolean downloading,
                                Exception cacheError)
    • Method Detail

      • getCachedResolvedUri

        public String 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

        public Exception getCacheError()
        Returns the error while downloading and null otherwise.
        Returns:
        the error while downloading and null otherwise.