All Implemented Interfaces:
Command

public class WarCommand extends OptionParsingCommand
Command to create a self-contained executable jar file from a CLI application.
Since:
1.3.0
Author:
Andrey Stolyarov, Phillip Webb, Henri Kerola
  • Constructor Details

    • WarCommand

      public WarCommand()
  • 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