Class AddExtensionsCommandHandler
- java.lang.Object
-
- io.quarkus.devtools.commands.handlers.AddExtensionsCommandHandler
-
- All Implemented Interfaces:
QuarkusCommandHandler
public class AddExtensionsCommandHandler extends Object implements QuarkusCommandHandler
This class is thread-safe. It extracts extensions to be added to the project from an instance ofQuarkusCommandInvocation.
-
-
Constructor Summary
Constructors Constructor Description AddExtensionsCommandHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuarkusCommandOutcomeexecute(QuarkusCommandInvocation invocation)ExtensionInstallPlanplanInstallation(QuarkusCommandInvocation invocation, Collection<String> keywords)
-
-
-
Method Detail
-
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
-
-