Uses of Class
io.quarkus.devtools.commands.UpdateProject
Packages that use UpdateProject
-
Uses of UpdateProject in io.quarkus.devtools.commands
Methods in io.quarkus.devtools.commands that return UpdateProjectModifier and TypeMethodDescriptionUpdateProject.appModel(io.quarkus.bootstrap.model.ApplicationModel applicationModel) UpdateProject.rewrite(boolean rewrite) UpdateProject.rewriteAdditionalUpdateRecipes(String rewriteAdditionalUpdateRecipes) UpdateProject.rewriteDryRun(boolean rewriteDryRun) UpdateProject.rewritePluginVersion(String rewritePluginVersion) UpdateProject.rewriteQuarkusUpdateRecipes(String rewriteQuarkusUpdateRecipes) UpdateProject.targetCatalog(io.quarkus.registry.catalog.ExtensionCatalog latestCatalog) UpdateProject.targetPlatformVersion(String targetPlatformVersion) This method is not used since currently the version passed in here might not be the final target platform version but the latest recommended w/o taking into account extensions found in the current project.