Class InfoCommandHandler
- java.lang.Object
-
- io.quarkus.devtools.commands.handlers.InfoCommandHandler
-
- All Implemented Interfaces:
QuarkusCommandHandler
public class InfoCommandHandler extends Object implements QuarkusCommandHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPP_MODELstatic StringLOG_STATE_PER_MODULEstatic StringRECOMMENDATIONS_AVAILABLE
-
Constructor Summary
Constructors Constructor Description InfoCommandHandler()
-
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)protected static ProjectStateresolveProjectState(io.quarkus.bootstrap.model.ApplicationModel appModel, ExtensionCatalog currentCatalog)
-
-
-
Field Detail
-
APP_MODEL
public static final String APP_MODEL
- See Also:
- Constant Field Values
-
LOG_STATE_PER_MODULE
public static final String LOG_STATE_PER_MODULE
- See Also:
- Constant Field Values
-
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)
-
resolveProjectState
protected static ProjectState resolveProjectState(io.quarkus.bootstrap.model.ApplicationModel appModel, ExtensionCatalog currentCatalog)
-
-