Uses of Class
io.quarkus.devtools.project.extensions.ExtensionManager.UninstallResult
Packages that use ExtensionManager.UninstallResult
-
Uses of ExtensionManager.UninstallResult in io.quarkus.devtools.project.buildfile
Methods in io.quarkus.devtools.project.buildfile that return ExtensionManager.UninstallResultModifier and TypeMethodDescriptionBuildFile.uninstall(Collection<io.quarkus.maven.dependency.ArtifactKey> keys) -
Uses of ExtensionManager.UninstallResult in io.quarkus.devtools.project.extensions
Methods in io.quarkus.devtools.project.extensions that return ExtensionManager.UninstallResultModifier and TypeMethodDescriptionExtensionManager.uninstall(Collection<io.quarkus.maven.dependency.ArtifactKey> keys) This is going to uninstall/remove all the specified extensions from the project build file(s).