Interface DeprecationHelper

All Known Implementing Classes:
DeprecationHelper.ProjectBased

public interface DeprecationHelper
  • Method Details

    • replaceWithInLoom0_10

      default void replaceWithInLoom0_10(String currentName, String newName)
    • replaceWithInLoom0_11

      default void replaceWithInLoom0_11(String currentName, String newName)
    • replaceWithInLoom0_12

      default void replaceWithInLoom0_12(String currentName, String newName)
    • toBeRemovedIn

      default void toBeRemovedIn(String currentName, String newName, String removalVersion)
    • getProject

      org.gradle.api.Project getProject()
    • warn

      void warn(String warning)