Interface QuarkusCommandHandler
-
- All Known Implementing Classes:
AddExtensionsCommandHandler,CreateJBangProjectCommandHandler,CreateProjectCommandHandler,InfoCommandHandler,ListCategoriesCommandHandler,ListExtensionsCommandHandler,ListPlatformsCommandHandler,RemoveExtensionsCommandHandler,UpdateCommandHandler
public interface QuarkusCommandHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuarkusCommandOutcomeexecute(QuarkusCommandInvocation invocation)
-
-
-
Method Detail
-
execute
QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException
- Throws:
QuarkusCommandException
-
-