| Package | Description |
|---|---|
| net.kunmc.lab.kpm.installer.task.tasks.download | |
| net.kunmc.lab.kpm.installer.task.tasks.download.signals |
| Modifier and Type | Method and Description |
|---|---|
static DownloadErrorCause |
DownloadErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadErrorCause[] |
DownloadErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DownloadResult(boolean success,
@NotNull DownloadState taskState,
@NotNull String url,
@NotNull Path path,
long totalSize,
@NotNull String downloadID,
@Nullable DownloadErrorCause errorCause) |
| Constructor and Description |
|---|
DownloadErrorSignal(@NotNull String downloadId,
@NotNull String url,
@NotNull DownloadErrorCause cause,
@Nullable Object value) |
Copyright © 2023. All rights reserved.