Interface CommandFactoryLookup


public interface CommandFactoryLookup
The interface to implement to look for commands.
Author:
Clement Escoffier invalid input: '<'[email protected]>
See Also:
  • ServiceCommandFactoryLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    Looks for command implementation and instantiated them.
  • Method Details

    • lookup

      Looks for command implementation and instantiated them.
      Returns:
      the set of commands, empty if none are found.