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