Class DevLoopMessages

java.lang.Object
io.helidon.build.devloop.common.DevLoopMessages

public class DevLoopMessages extends Object
Constants supporting coordination between DevLoop and DevCommand.
  • Field Details

    • DEV_LOOP_MESSAGE_PREFIX

      public static final String DEV_LOOP_MESSAGE_PREFIX
      Dev loop message prefix.
      See Also:
    • DEV_LOOP_STYLED_MESSAGE_PREFIX

      public static final String DEV_LOOP_STYLED_MESSAGE_PREFIX
      Styled dev loop message prefix.
    • DEV_LOOP_START

      public static final String DEV_LOOP_START
      Message content when the dev loop has started.
      See Also:
    • DEV_LOOP_HEADER

      public static final String DEV_LOOP_HEADER
      Message content when the dev loop clears the screen and writes the header.
      See Also:
    • DEV_LOOP_PROJECT_CHANGED

      public static final String DEV_LOOP_PROJECT_CHANGED
      Message content when a project has changed.
      See Also:
    • DEV_LOOP_BUILD_STARTING

      public static final String DEV_LOOP_BUILD_STARTING
      Message content when a build is starting.
      See Also:
    • DEV_LOOP_FAILED

      public static final String DEV_LOOP_FAILED
      Message content when a the dev loop has failed.
      See Also:
    • DEV_LOOP_BUILD_FAILED

      public static final String DEV_LOOP_BUILD_FAILED
      Message content when a build has failed.
      See Also:
    • DEV_LOOP_BUILD_COMPLETED

      public static final String DEV_LOOP_BUILD_COMPLETED
      Message content when a build has completed successfully.
      See Also:
    • DEV_LOOP_APPLICATION_STARTING

      public static final String DEV_LOOP_APPLICATION_STARTING
      Message content when the application is starting.
      See Also:
    • DEV_LOOP_APPLICATION_FAILED

      public static final String DEV_LOOP_APPLICATION_FAILED
      Message content when the application has failed.
      See Also:
    • DEV_LOOP_APPLICATION_STOPPING

      public static final String DEV_LOOP_APPLICATION_STOPPING
      Message content when the application is stopping.
      See Also:
    • DEV_LOOP_APPLICATION_STOPPED

      public static final String DEV_LOOP_APPLICATION_STOPPED
      Message content when the application has stopped.
      See Also: