Uses of Class
io.quarkus.devtools.commands.data.QuarkusCommandInvocation
Packages that use QuarkusCommandInvocation
-
Uses of QuarkusCommandInvocation in io.quarkus.devtools.commands.data
Constructors in io.quarkus.devtools.commands.data with parameters of type QuarkusCommandInvocation -
Uses of QuarkusCommandInvocation in io.quarkus.devtools.commands.handlers
Methods in io.quarkus.devtools.commands.handlers with parameters of type QuarkusCommandInvocationModifier and TypeMethodDescriptionAddExtensionsCommandHandler.execute(QuarkusCommandInvocation invocation) CreateJBangProjectCommandHandler.execute(QuarkusCommandInvocation invocation) CreateProjectCommandHandler.execute(QuarkusCommandInvocation invocation) ListCategoriesCommandHandler.execute(QuarkusCommandInvocation invocation) ListExtensionsCommandHandler.execute(QuarkusCommandInvocation invocation) ListPlatformsCommandHandler.execute(QuarkusCommandInvocation invocation) ProjectInfoCommandHandler.execute(QuarkusCommandInvocation invocation) QuarkusCommandHandler.execute(QuarkusCommandInvocation invocation) RemoveExtensionsCommandHandler.execute(QuarkusCommandInvocation invocation) UpdateProjectCommandHandler.execute(QuarkusCommandInvocation invocation) AddExtensionsCommandHandler.planInstallation(QuarkusCommandInvocation invocation, Collection<String> keywords)