public class GarbageSearchResult extends AbstractTaskResult<GarbageSearchState,GarbageSearchErrorCause>
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) |
public GarbageSearchResult(boolean success, @NotNull @NotNull GarbageSearchState state, @Nullable @Nullable GarbageSearchErrorCause errorCause, List<Path> garbageFiles)
public GarbageSearchResult(@NotNull @NotNull GarbageSearchState state, List<Path> garbageFiles)
public GarbageSearchResult(boolean success, @NotNull @NotNull GarbageSearchState state, @Nullable @Nullable GarbageSearchErrorCause errorCause)
Copyright © 2023. All rights reserved.