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.

@FunctionalInterface public interface NonInteractiveShellRunnerCustomizer
Callback interface that can be implemented by beans wishing to customize the auto-configured NonInteractiveShellRunner.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.shell.jline.NonInteractiveShellRunner shellRunner)
    Customize the NonInteractiveShellRunner.
  • Method Details

    • customize

      void customize(org.springframework.shell.jline.NonInteractiveShellRunner shellRunner)
      Customize the NonInteractiveShellRunner.
      Parameters:
      shellRunner - the non-interactive shell runner to customize