Class AddExtensionsCommandHandler
java.lang.Object
io.quarkus.devtools.commands.handlers.AddExtensionsCommandHandler
- All Implemented Interfaces:
QuarkusCommandHandler
This class is thread-safe. It extracts extensions to be added to the project from an instance of
QuarkusCommandInvocation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(QuarkusCommandInvocation invocation) planInstallation(QuarkusCommandInvocation invocation, Collection<String> keywords)
-
Constructor Details
-
AddExtensionsCommandHandler
public AddExtensionsCommandHandler()
-
-
Method Details
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException - Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-
planInstallation
public ExtensionInstallPlan planInstallation(QuarkusCommandInvocation invocation, Collection<String> keywords) throws IOException - Throws:
IOException
-