Uses of Class
io.quarkus.devtools.project.extensions.ExtensionManager.InstallResult
Packages that use ExtensionManager.InstallResult
-
Uses of ExtensionManager.InstallResult in io.quarkus.devtools.project.buildfile
Methods in io.quarkus.devtools.project.buildfile that return ExtensionManager.InstallResultModifier and TypeMethodDescriptionBuildFile.install(ExtensionInstallPlan plan) BuildFile.install(Collection<io.quarkus.maven.dependency.ArtifactCoords> coords) -
Uses of ExtensionManager.InstallResult in io.quarkus.devtools.project.extensions
Methods in io.quarkus.devtools.project.extensions that return ExtensionManager.InstallResultModifier and TypeMethodDescriptionExtensionManager.install(ExtensionInstallPlan request) This is going to install/add all the specified extensions to the project build file(s).ExtensionManager.install(Collection<io.quarkus.maven.dependency.ArtifactCoords> coords) This is going to install/add all the specified extensions to the project build file(s).