Interface CommandFactoryLookup


  • public interface CommandFactoryLookup
    The interface to implement to look for commands.
    Author:
    Clement Escoffier
    See Also:
    ServiceCommandFactoryLoader
    • Method Detail

      • lookup

        Collection<CommandFactory<?>> lookup()
        Looks for command implementation and instantiated them.
        Returns:
        the set of commands, empty if none are found.