Class UpdateDependencyVersionOperation
java.lang.Object
io.quarkus.devtools.project.update.rewrite.operations.UpdateDependencyVersionOperation
- All Implemented Interfaces:
RewriteOperation
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateDependencyVersionOperation(String groupId, String artifactId, String newVersion) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.devtools.project.update.rewrite.RewriteOperation
multi
-
Constructor Details
-
UpdateDependencyVersionOperation
-
-
Method Details
-
single
Description copied from interface:RewriteOperationReturn the OpenRewrite operation name and the parameters as a map { "operation-name": { "p1": "v1" }}- Specified by:
singlein interfaceRewriteOperation- Parameters:
buildTool-- Returns:
-