Class CreateProjectCommandHandler
java.lang.Object
io.quarkus.devtools.commands.handlers.CreateProjectCommandHandler
- All Implemented Interfaces:
QuarkusCommandHandler
Instances of this class are thread-safe. They create a new project extracting all the necessary properties from an instance
of
QuarkusCommandInvocation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateProjectCommandHandler
public CreateProjectCommandHandler()
-
-
Method Details
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException - Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-