Interface CommandFactory<C extends Command>
- All Known Implementing Classes:
DefaultCommandFactory
public interface CommandFactory<C extends Command>
SPI Interface to provide a new
Launcher command. Implementors needs to provide two methods:
define()- creates aCLIinstance (so the model)create(CommandLine)} - creates a new command instance
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
-
Method Summary
-
Method Details
-
create
- Returns:
- a new instance of the command.
-
define
-