Class UpdateManagedDependencyVersionOperation
- java.lang.Object
-
- io.quarkus.devtools.project.update.rewrite.operations.UpdateManagedDependencyVersionOperation
-
- All Implemented Interfaces:
RewriteOperation
public class UpdateManagedDependencyVersionOperation extends Object implements RewriteOperation
-
-
Constructor Summary
Constructors Constructor Description UpdateManagedDependencyVersionOperation(String groupId, String artifactId, String newVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>single(BuildTool buildTool)Return the OpenRewrite operation name and the parameters as a map { "operation-name": { "p1": "v1" }}-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.devtools.project.update.rewrite.RewriteOperation
multi
-
-
-
-
Method Detail
-
single
public Map<String,Object> single(BuildTool buildTool)
Description copied from interface:RewriteOperationReturn the OpenRewrite operation name and the parameters as a map { "operation-name": { "p1": "v1" }}- Specified by:
singlein interfaceRewriteOperation- Returns:
-
-