Package org.springframework.shell
Interface MethodTargetRegistrar
- All Known Implementing Classes:
StandardMethodTargetRegistrar
public interface MethodTargetRegistrar
Strategy interface for registering commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(CommandCatalog registry) Register mappings from <command keyword(s)> to actual behavior.
-
Method Details
-
register
Register mappings from <command keyword(s)> to actual behavior.
-