Class InitCommand

All Implemented Interfaces:
Command

public class InitCommand extends OptionParsingCommand
Command that initializes a project using Spring initializr.
Since:
1.2.0
Author:
Stephane Nicoll, EddĂș MelĂ©ndez, Vignesh Thangavel Ilangovan
  • Constructor Details

    • InitCommand

      public InitCommand()
    • InitCommand

      public InitCommand(org.springframework.boot.cli.command.init.InitCommand.InitOptionHandler handler)
  • Method Details

    • getUsageHelp

      public String getUsageHelp()
      Description copied from interface: Command
      Returns usage help for the command. This should be a simple one-line string describing basic usage. e.g. '[options] <file>'. Do not include the name of the command in this string.
      Specified by:
      getUsageHelp in interface Command
      Overrides:
      getUsageHelp in class AbstractCommand
      Returns:
      the command's usage help
    • getExamples

      public Collection<HelpExample> getExamples()
      Description copied from interface: Command
      Return some examples for the command.
      Specified by:
      getExamples in interface Command
      Overrides:
      getExamples in class AbstractCommand
      Returns:
      the command's examples