Package org.springframework.shell.boot
Interface TerminalCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a 
Terminal via its
 TerminalBuilder.- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(org.jline.terminal.TerminalBuilder builder) Callback to customize aTerminalBuilderinstance.
- 
Method Details- 
customizevoid customize(org.jline.terminal.TerminalBuilder builder) Callback to customize aTerminalBuilderinstance.- Parameters:
- builder- the terminal builder
 
 
-