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.
Interface to customize a
CommandRegistry.- Author:
- Janne Valkealahti, Mahmoud Ben Hassine
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(CommandRegistry commandRegistry) Customize a command catalog.
-
Method Details
-
customize
Customize a command catalog.- Parameters:
commandRegistry- a command catalog
-