Class Validators

java.lang.Object
com.palantir.gradle.versions.Validators

public final class Validators extends Object
  • Method Details

    • checkResultOrThrow

      public static void checkResultOrThrow(boolean condition, String errorTemplate, String commandSuggestion)
    • checkResultOrThrow

      public static void checkResultOrThrow(boolean result, String errorMessage, Path filePath)
    • checkResultOrThrow

      public static void checkResultOrThrow(boolean result, String errorMessage, Path filePath, int lineNumber)