Class UpdateJavaVersionOperation
- java.lang.Object
-
- io.quarkus.devtools.project.update.rewrite.operations.UpdateJavaVersionOperation
-
- All Implemented Interfaces:
RewriteOperation
public class UpdateJavaVersionOperation extends Object implements RewriteOperation
-
-
Constructor Summary
Constructors Constructor Description UpdateJavaVersionOperation(String newVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Map<String,Object>>multi(BuildTool buildTool)-
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
single
-
-