| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.dependencies.collector | 
| Modifier and Type | Method and Description | 
|---|---|
static DependsCollectState | 
DependsCollectState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DependsCollectState[] | 
DependsCollectState.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.