| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.dependencies.collector | 
| Modifier and Type | Method and Description | 
|---|---|
static DependsCollectErrorCause | 
DependsCollectErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DependsCollectErrorCause[] | 
DependsCollectErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
DependsCollectResult(@NotNull DependsCollectState taskState,
                    @Nullable DependsCollectErrorCause errorCause,
                    @NotNull String targetPlugin,
                    @NotNull List<DependencyElement> collectedPlugins,
                    @NotNull List<String> collectFailedPlugins)  | 
Copyright © 2023. All rights reserved.