Package org.springframework.boot.cli
Class DefaultCommandFactory
java.lang.Object
org.springframework.boot.cli.DefaultCommandFactory
- All Implemented Interfaces:
CommandFactory
Default implementation of
CommandFactory.- Since:
- 1.0.0
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultCommandFactory
public DefaultCommandFactory()
-
-
Method Details
-
getCommands
Description copied from interface:CommandFactoryReturns the CLICommands.- Specified by:
getCommandsin interfaceCommandFactory- Returns:
- the commands
-