@java.lang.FunctionalInterface public interface CommandFactory
Factory used to create CLI Commands. Intended for use with a Java java.util.ServiceLoader.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.util.Collection<Command> |
getCommands() Returns the CLI Commands. |