Interface ShellScreen

All Known Implementing Classes:
ShellScreen.DefaultShellScreen

public interface ShellScreen
Interface representing a shell screen.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a visible lines in a screen.
    of(List<String> lines)
    Get ShellScreen out of lines.
  • Method Details

    • lines

      List<String> lines()
      Gets a visible lines in a screen.
      Returns:
      visible lines in a screen
    • of

      static ShellScreen of(List<String> lines)
      Get ShellScreen out of lines.
      Parameters:
      lines - the lines
      Returns:
      instance of shell screen