Class CreateProjectCommandHandler
- java.lang.Object
-
- io.quarkus.devtools.commands.handlers.CreateProjectCommandHandler
-
- All Implemented Interfaces:
QuarkusCommandHandler
public class CreateProjectCommandHandler extends Object implements QuarkusCommandHandler
Instances of this class are thread-safe. They create a new project extracting all the necessary properties from an instance ofQuarkusCommandInvocation.
-
-
Constructor Summary
Constructors Constructor Description CreateProjectCommandHandler()
-
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
-
-