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