Package org.stianloader.softmap
Class SoftmapContext.ApplicationResult
java.lang.Object
org.stianloader.softmap.SoftmapContext.ApplicationResult
- Enclosing class:
- SoftmapContext
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationResult(@NotNull @Unmodifiable List<@NotNull String> tinyV1, @NotNull @Unmodifiable List<@NotNull SoftmapApplicationError> errors) -
Method Summary
-
Constructor Details
-
ApplicationResult
public ApplicationResult(@NotNull @NotNull @Unmodifiable List<@NotNull String> tinyV1, @NotNull @NotNull @Unmodifiable List<@NotNull SoftmapApplicationError> errors)
-
-
Method Details
-
getErrors
@Contract(pure=true) @NotNull public @NotNull @Unmodifiable List<@NotNull SoftmapApplicationError> getErrors() -
getGeneratedTinyV1Mappings
-