Interface CommandRegistrationCustomizer

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 CommandRegistrationCustomizer
Callback interface that can be used to customize a CommandRegistration.Builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.shell.command.CommandRegistration.Builder commandRegistrationBuilder)
    Callback to customize a CommandRegistration.Builder instance.
  • Method Details

    • customize

      void customize(org.springframework.shell.command.CommandRegistration.Builder commandRegistrationBuilder)
      Callback to customize a CommandRegistration.Builder instance.
      Parameters:
      commandRegistrationBuilder - the command registration builder to customize