Package org.springframework.shell
Interface TerminalSizeAware
- All Known Implementing Classes:
Table
public interface TerminalSizeAware
To be implemented by command result objects that can adapt to the terminal size when they are being rendered.
An object which does not implement this interface will simply be rendered by invoking its Object.toString()
method.
-
Method Summary
-
Method Details
-
render
-