Interface MethodTargetRegistrar

All Known Implementing Classes:
StandardMethodTargetRegistrar

public interface MethodTargetRegistrar
Strategy interface for registering commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register mappings from <command keyword(s)> to actual behavior.
  • Method Details

    • register

      void register(CommandCatalog registry)
      Register mappings from <command keyword(s)> to actual behavior.