| Package | Description |
|---|---|
| org.kunlab.kpm.task.tasks.garbage.clean |
| Modifier and Type | Method and Description |
|---|---|
static GarbageCleanState |
GarbageCleanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GarbageCleanState[] |
GarbageCleanState.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.