Class ViewComponent

java.lang.Object
org.springframework.shell.component.ViewComponent

public class ViewComponent extends Object
Handles view execution in a non-fullscreen setup.
  • Constructor Details

    • ViewComponent

      public ViewComponent(org.jline.terminal.Terminal terminal, View view)
  • Method Details

    • run

      public void run()
      Run a view execution loop.
    • exit

      public void exit()
      Request exit from an execution loop.