类的使用
com.ghostchu.crowdin.exception.OTAException

使用OTAException的程序包
程序包
说明
 
  • com.ghostchu.crowdinOTAException的使用

    抛出OTAExceptioncom.ghostchu.crowdin中的构造器
    限定符
    构造器
    说明
     
    CrowdinOTA(@NotNull String distributionUrl, @NotNull File cacheFolder)
    Create CrowdinOTA instance from a crowdin distribution URL.
     
    CrowdinOTA(@NotNull String distributionUrl, @NotNull File cacheFolder, @NotNull kong.unirest.UnirestInstance unirest)
    Create CrowdinOTA instance from a crowdin distribution URL.
     
    OTAFileCache(@NotNull File rootCacheFolder)
    Create a OTAFileCache instance to manage the files on the filesystem and caches.
     
    OTAFileInstance(@NotNull CrowdinOTA parent, @NotNull String fileName, int fileIndex, @NotNull kong.unirest.UnirestInstance unirest)
    Creates a OTAFileInstance instance.
    protected
    OTAInstance(@NotNull CrowdinOTA parent, @NotNull kong.unirest.UnirestInstance unirest)
    Create a OTAInstance instance from a CrowdinOTA instance.