Class RemoveExtensionsCommandHandler
java.lang.Object
io.quarkus.devtools.commands.handlers.RemoveExtensionsCommandHandler
- All Implemented Interfaces:
QuarkusCommandHandler
This class is thread-safe. It extracts extensions to be removed from the project from an instance of
QuarkusCommandInvocation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveExtensionsCommandHandler
public RemoveExtensionsCommandHandler()
-
-
Method Details
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException - Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-