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 Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.jline.terminal.TerminalBuilder builder) Callback to customize aTerminalBuilderinstance. 
- 
Method Details
- 
customize
void customize(org.jline.terminal.TerminalBuilder builder) Callback to customize aTerminalBuilderinstance.- Parameters:
 builder- the terminal builder
 
 -