Class RemoveRedundantDependencyVersions

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.maven.RemoveRedundantDependencyVersions
All Implemented Interfaces:
Cloneable

public class RemoveRedundantDependencyVersions extends org.openrewrite.Recipe
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in class org.openrewrite.Recipe
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.openrewrite.Recipe
    • validate

      public org.openrewrite.Validated<Object> validate()
      Overrides:
      validate in class org.openrewrite.Recipe
    • getVisitor

      public org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext> getVisitor()
      Overrides:
      getVisitor in class org.openrewrite.Recipe