public interface CommandFactory<C extends Command>
Launcher command. Implementors needs to provide two methods:
 define() - creates a CLI instance (so the model)create(CommandLine)} - creates a new command instance| Modifier and Type | Method and Description | 
|---|---|
C | 
create(CommandLine evaluated)  | 
CLI | 
define()
Creates a new  
CLI instance. | 
C create(CommandLine evaluated)
Copyright © 2020 Eclipse. All rights reserved.