Package org.springframework.shell.boot
Interface NonInteractiveShellRunnerCustomizer
- 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 implemented by beans wishing to customize the
auto-configured
NonInteractiveShellRunner.- Since:
- 2.1.0
- Author:
- Chris Bono
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.shell.jline.NonInteractiveShellRunner shellRunner) Customize theNonInteractiveShellRunner.
-
Method Details
-
customize
void customize(org.springframework.shell.jline.NonInteractiveShellRunner shellRunner) Customize theNonInteractiveShellRunner.- Parameters:
shellRunner- the non-interactive shell runner to customize
-