Interface CommandFactoryLookup
public interface CommandFactoryLookup
The interface to implement to look for commands.
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlookup()Looks for command implementation and instantiated them.
-
Method Details
-
lookup
Collection<CommandFactory<?>> lookup()Looks for command implementation and instantiated them.- Returns:
- the set of commands, empty if none are found.
-