Class ListCategoriesCommandHandler
- java.lang.Object
-
- io.quarkus.devtools.commands.handlers.ListCategoriesCommandHandler
-
- All Implemented Interfaces:
QuarkusCommandHandler
public class ListCategoriesCommandHandler extends Object implements QuarkusCommandHandler
Instances of this class are thread-safe. It lists extension categories according to the options passed in as properties ofQuarkusCommandInvocation
-
-
Constructor Summary
Constructors Constructor Description ListCategoriesCommandHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuarkusCommandOutcomeexecute(QuarkusCommandInvocation invocation)
-
-
-
Method Detail
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException
- Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-
-