public static class LicenseDownloader.LicenseDownloadResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static LicenseDownloader.LicenseDownloadResult |
failure(String errorMessage) |
String |
getErrorMessage() |
File |
getFile() |
String |
getSha1() |
boolean |
isPreferredFileName() |
boolean |
isSuccess() |
static LicenseDownloader.LicenseDownloadResult |
success(File file,
String sha1,
boolean preferredFileName) |
LicenseDownloader.LicenseDownloadResult |
withFile(File otherFile) |
public static LicenseDownloader.LicenseDownloadResult success(File file, String sha1, boolean preferredFileName)
public static LicenseDownloader.LicenseDownloadResult failure(String errorMessage)
public File getFile()
public String getErrorMessage()
public boolean isSuccess()
public boolean isPreferredFileName()
public String getSha1()
public LicenseDownloader.LicenseDownloadResult withFile(File otherFile)
Copyright © 2010–2019 MojoHaus. All rights reserved.