Package org.springframework.shell.test
Interface ShellScreen
- All Known Implementing Classes:
- ShellScreen.DefaultShellScreen
public interface ShellScreen
Interface representing a shell screen.
- 
Nested Class SummaryNested Classes
- 
Method Summary
- 
Method Details- 
linesGets a visible lines in a screen.- Returns:
- visible lines in a screen
 
- 
ofGetShellScreenout of lines.- Parameters:
- lines- the lines
- Returns:
- instance of shell screen
 
 
-