Class ProjectInfoCommandHandler
- java.lang.Object
-
- io.quarkus.devtools.commands.handlers.ProjectInfoCommandHandler
-
- All Implemented Interfaces:
QuarkusCommandHandler
public class ProjectInfoCommandHandler extends Object implements QuarkusCommandHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringRECOMMENDATIONS_AVAILABLE
-
Constructor Summary
Constructors Constructor Description ProjectInfoCommandHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QuarkusCommandOutcomeexecute(QuarkusCommandInvocation invocation)protected static booleanlogState(ProjectState projectState, boolean perModule, boolean rectify, io.quarkus.devtools.messagewriter.MessageWriter log)
-
-
-
Field Detail
-
RECOMMENDATIONS_AVAILABLE
public static final String RECOMMENDATIONS_AVAILABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public QuarkusCommandOutcome execute(QuarkusCommandInvocation invocation) throws QuarkusCommandException
- Specified by:
executein interfaceQuarkusCommandHandler- Throws:
QuarkusCommandException
-
logState
protected static boolean logState(ProjectState projectState, boolean perModule, boolean rectify, io.quarkus.devtools.messagewriter.MessageWriter log)
-
-