Interface CommandFactory
- All Known Implementing Classes:
DefaultCommandFactory
public interface CommandFactory
Factory used to create CLICommands. Intended for use with a JavaServiceLoader.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Command>getCommands()Returns the CLICommands.
Method Detail
getCommands
Collection<Command> getCommands()
Returns the CLICommands.- Returns:
- The commands