| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.garbage.search | 
| Modifier and Type | Method and Description | 
|---|---|
static GarbageSearchState | 
GarbageSearchState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GarbageSearchState[] | 
GarbageSearchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
GarbageSearchResult(boolean success,
                   @NotNull GarbageSearchState state,
                   @Nullable GarbageSearchErrorCause errorCause)  | 
GarbageSearchResult(boolean success,
                   @NotNull GarbageSearchState state,
                   @Nullable GarbageSearchErrorCause errorCause,
                   List<Path> garbageFiles)  | 
GarbageSearchResult(@NotNull GarbageSearchState state,
                   List<Path> garbageFiles)  | 
Copyright © 2023. All rights reserved.