Package org.openrewrite.gradle.trait
Class SpringDependencyManagementPluginEntry
java.lang.Object
org.openrewrite.gradle.trait.SpringDependencyManagementPluginEntry
- All Implemented Interfaces:
org.openrewrite.trait.Trait<org.openrewrite.java.tree.J.MethodInvocation>
public class SpringDependencyManagementPluginEntry
extends Object
implements org.openrewrite.trait.Trait<org.openrewrite.java.tree.J.MethodInvocation>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithGroupArtifactVersion(org.openrewrite.semver.DependencyMatcher matcher, @Nullable String newGroup, @Nullable String newArtifact, @Nullable String newVersion, @Nullable String versionPattern, org.openrewrite.maven.table.MavenMetadataFailures metadataFailures, org.openrewrite.ExecutionContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.trait.Trait
getCursor, getTree
-
Constructor Details
-
SpringDependencyManagementPluginEntry
public SpringDependencyManagementPluginEntry()
-
-
Method Details
-
withGroupArtifactVersion
public SpringDependencyManagementPluginEntry withGroupArtifactVersion(org.openrewrite.semver.DependencyMatcher matcher, @Nullable String newGroup, @Nullable String newArtifact, @Nullable String newVersion, @Nullable String versionPattern, org.openrewrite.maven.table.MavenMetadataFailures metadataFailures, org.openrewrite.ExecutionContext ctx)
-