| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.alias.source.download | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceDownloadState | 
SourceDownloadState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SourceDownloadState[] | 
SourceDownloadState.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,
                    HashMap<String,net.kunmc.lab.peyangpaperutils.lib.utils.Pair<URI,Path>> downloadedSources)  | 
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.