Uses of Class
io.quarkus.devtools.project.extensions.ExtensionInstallPlan
Packages that use ExtensionInstallPlan
Package
Description
-
Uses of ExtensionInstallPlan in io.quarkus.devtools.commands.handlers
Methods in io.quarkus.devtools.commands.handlers that return ExtensionInstallPlanModifier and TypeMethodDescriptionAddExtensionsCommandHandler.planInstallation(QuarkusCommandInvocation invocation, Collection<String> keywords) -
Uses of ExtensionInstallPlan in io.quarkus.devtools.project.buildfile
Methods in io.quarkus.devtools.project.buildfile with parameters of type ExtensionInstallPlan -
Uses of ExtensionInstallPlan in io.quarkus.devtools.project.extensions
Fields in io.quarkus.devtools.project.extensions declared as ExtensionInstallPlanMethods in io.quarkus.devtools.project.extensions that return ExtensionInstallPlanMethods in io.quarkus.devtools.project.extensions with parameters of type ExtensionInstallPlanModifier and TypeMethodDescriptionExtensionManager.install(ExtensionInstallPlan request) This is going to install/add all the specified extensions to the project build file(s).