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 instanceModifier and Type | Method and Description |
---|---|
C |
create(CommandLine evaluated) |
CLI |
define()
Creates a new
CLI instance. |
C create(CommandLine evaluated)
Copyright © 2022 Eclipse. All rights reserved.