Interface CommandRegistryCustomizer

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 CommandRegistryCustomizer
Interface to customize a CommandRegistry.
Author:
Janne Valkealahti, Mahmoud Ben Hassine
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(CommandRegistry commandRegistry)
    Customize a command catalog.
  • Method Details

    • customize

      void customize(CommandRegistry commandRegistry)
      Customize a command catalog.
      Parameters:
      commandRegistry - a command catalog