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
-
Method Summary
-
Constructor Details
-
DefaultCommandFactory
public DefaultCommandFactory()
-
-
Method Details
-
getCommands
Description copied from interface:CommandFactory
Returns the CLICommand
s.- Specified by:
getCommands
in interfaceCommandFactory
- Returns:
- the commands
-