Class ProjectInfoCommandHandler
java.lang.Object
io.quarkus.devtools.commands.handlers.ProjectInfoCommandHandler
- All Implemented Interfaces:
QuarkusCommandHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(QuarkusCommandInvocation invocation) protected static booleanlogState(ProjectState projectState, boolean perModule, io.quarkus.devtools.messagewriter.MessageWriter log)
-
Field Details
-
RECOMMENDATIONS_AVAILABLE
- See Also:
-
-
Constructor Details
-
ProjectInfoCommandHandler
public ProjectInfoCommandHandler()
-
-
Method Details
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException - Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-
logState
protected static boolean logState(ProjectState projectState, boolean perModule, io.quarkus.devtools.messagewriter.MessageWriter log)
-