@java.lang.FunctionalInterface public interface CommandFactory
Factory used to create CLI org.springframework.boot.cli.command.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 org.springframework.boot.cli.command.Commands. |
Returns the CLI org.springframework.boot.cli.command.Commands.