| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.alias.source.download | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceDownloadErrorCause | 
SourceDownloadErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SourceDownloadErrorCause[] | 
SourceDownloadErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
SourceDownloadResult(boolean success,
                    @NotNull SourceDownloadState state,
                    @Nullable SourceDownloadErrorCause errorCause)  | 
SourceDownloadResult(boolean success,
                    @NotNull SourceDownloadState state,
                    @Nullable SourceDownloadErrorCause errorCause,
                    HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources)  | 
Copyright © 2023. All rights reserved.