public class InitCommand extends OptionParsingCommand
Command
that initializes a project using Spring initializr.Constructor and Description |
---|
InitCommand() |
InitCommand(org.springframework.boot.cli.command.init.InitCommand.InitOptionHandler handler) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<HelpExample> |
getExamples()
Return some examples for the command.
|
java.lang.String |
getUsageHelp()
Returns usage help for the command.
|
getHandler, getHelp, getOptionsHelp, run
getDescription, getName
public InitCommand()
public InitCommand(org.springframework.boot.cli.command.init.InitCommand.InitOptionHandler handler)
public java.lang.String getUsageHelp()
Command
getUsageHelp
in interface Command
getUsageHelp
in class AbstractCommand
public java.util.Collection<HelpExample> getExamples()
Command
getExamples
in interface Command
getExamples
in class AbstractCommand