Package io.helidon.build.devloop.common
Class DevLoopMessages
java.lang.Object
io.helidon.build.devloop.common.DevLoopMessages
Constants supporting coordination between
DevLoop and DevCommand.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage content when the application has failed.static final StringMessage content when the application is starting.static final StringMessage content when the application has stopped.static final StringMessage content when the application is stopping.static final StringMessage content when a build has completed successfully.static final StringMessage content when a build has failed.static final StringMessage content when a build is starting.static final StringMessage content when a the dev loop has failed.static final StringMessage content when the dev loop clears the screen and writes the header.static final StringDev loop message prefix.static final StringMessage content when a project has changed.static final StringMessage content when the dev loop has started.static final StringStyled dev loop message prefix. -
Method Summary
-
Field Details
-
DEV_LOOP_MESSAGE_PREFIX
Dev loop message prefix.- See Also:
-
DEV_LOOP_STYLED_MESSAGE_PREFIX
Styled dev loop message prefix. -
DEV_LOOP_START
Message content when the dev loop has started.- See Also:
-
DEV_LOOP_HEADER
Message content when the dev loop clears the screen and writes the header.- See Also:
-
DEV_LOOP_PROJECT_CHANGED
Message content when a project has changed.- See Also:
-
DEV_LOOP_BUILD_STARTING
Message content when a build is starting.- See Also:
-
DEV_LOOP_FAILED
Message content when a the dev loop has failed.- See Also:
-
DEV_LOOP_BUILD_FAILED
Message content when a build has failed.- See Also:
-
DEV_LOOP_BUILD_COMPLETED
Message content when a build has completed successfully.- See Also:
-
DEV_LOOP_APPLICATION_STARTING
Message content when the application is starting.- See Also:
-
DEV_LOOP_APPLICATION_FAILED
Message content when the application has failed.- See Also:
-
DEV_LOOP_APPLICATION_STOPPING
Message content when the application is stopping.- See Also:
-
DEV_LOOP_APPLICATION_STOPPED
Message content when the application has stopped.- See Also:
-