Class GradleWrapper

java.lang.Object
org.openrewrite.gradle.util.GradleWrapper

public class GradleWrapper extends Object
  • Field Details

    • WRAPPER_JAR_LOCATION_RELATIVE_PATH

      public static final String WRAPPER_JAR_LOCATION_RELATIVE_PATH
      See Also:
    • WRAPPER_PROPERTIES_LOCATION_RELATIVE_PATH

      public static final String WRAPPER_PROPERTIES_LOCATION_RELATIVE_PATH
      See Also:
    • WRAPPER_SCRIPT_LOCATION_RELATIVE_PATH

      public static final String WRAPPER_SCRIPT_LOCATION_RELATIVE_PATH
      See Also:
    • WRAPPER_BATCH_LOCATION_RELATIVE_PATH

      public static final String WRAPPER_BATCH_LOCATION_RELATIVE_PATH
      See Also:
    • WRAPPER_JAR_LOCATION

      public static final Path WRAPPER_JAR_LOCATION
    • WRAPPER_PROPERTIES_LOCATION

      public static final Path WRAPPER_PROPERTIES_LOCATION
    • WRAPPER_SCRIPT_LOCATION

      public static final Path WRAPPER_SCRIPT_LOCATION
    • WRAPPER_BATCH_LOCATION

      public static final Path WRAPPER_BATCH_LOCATION
  • Constructor Details

    • GradleWrapper

      public GradleWrapper()
  • Method Details

    • validate

      public static org.openrewrite.Validated<GradleWrapper> validate(org.openrewrite.ExecutionContext ctx, String version, @Nullable @Nullable String distribution, @Nullable @Nullable String repositoryUrl)
    • getDistributionUrl

      public String getDistributionUrl()
    • getPropertiesFormattedUrl

      public String getPropertiesFormattedUrl()
    • getDistributionChecksum

      public org.openrewrite.Checksum getDistributionChecksum()
    • wrapperJar

      public org.openrewrite.remote.Remote wrapperJar()
    • gradlew

      public org.openrewrite.remote.Remote gradlew()
    • gradlewBat

      public org.openrewrite.remote.Remote gradlewBat()